|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.exolab.adaptx.xslt.AttributeValueTemplate
A representation of an Attribute Value Template
| Constructor Summary | |
|---|---|
AttributeValueTemplate()
Creates an empty AttributeValueTemplate |
|
AttributeValueTemplate(java.lang.String attValue)
Creates an AttributeValueTemplate using the given String |
|
| Method Summary | |
|---|---|
void |
addExpr(XPathExpression expr)
Adds the given Expr to this AttributeValueTemplate. |
java.lang.String |
evaluate(XPathContext xcontext)
Returns the value of this AttributeValueTemplate when evaluated using the given context Node. |
void |
removeExpr(XPathExpression expr)
Removes the given Expr from this AttributeValueTemplate |
java.lang.String |
toString()
Returns the String representation of this AttributeValueTemplate |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AttributeValueTemplate()
public AttributeValueTemplate(java.lang.String attValue)
attValue - the String to create the AttributeValueTemplate from
InvalidExprException| Method Detail |
public void addExpr(XPathExpression expr)
public java.lang.String evaluate(XPathContext xcontext)
throws XSLException
XSLExceptionpublic void removeExpr(XPathExpression expr)
expr - the Expr to removepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||