|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Binding is a interface used to represent the run-time properties and methods associated with a variable: specifically, methods to get the name, type, and value of the variable.
| Method Summary | |
Value |
evaluateVariable(XPathContext context)
Evaluate the variable |
SequenceType |
getRequiredType()
Get the static type of the variable binding |
java.lang.String |
getVariableName()
Get the display name of the variable (for diagnostics only) |
| Method Detail |
public SequenceType getRequiredType()
public Value evaluateVariable(XPathContext context)
throws XPathException
XPathExceptionpublic java.lang.String getVariableName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||