|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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
XSLException
public void removeExpr(XPathExpression expr)
expr
- the Expr to removepublic java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |