Methods in org.jaxen that throw UnresolvableException |
Object |
Context.getVariableValue(String namespaceURI,
String prefix,
String localName)
|
Function |
Context.getFunction(String namespaceURI,
String prefix,
String localName)
|
Object |
ContextSupport.getVariableValue(String namespaceURI,
String prefix,
String localName)
|
Function |
ContextSupport.getFunction(String namespaceURI,
String prefix,
String localName)
|
Object |
SimpleVariableContext.getVariableValue(String namespaceURI,
String prefix,
String localName)
|
Function |
SimpleFunctionContext.getFunction(String namespaceURI,
String prefix,
String localName)
|
Function |
FunctionContext.getFunction(String namespaceURI,
String prefix,
String localName)
An implementation should return a Function implementation object
based on the namespace uri and local name of the function-call
expression. |
Object |
VariableContext.getVariableValue(String namespaceURI,
String prefix,
String localName)
An implementation should return the value of an xpath variable
based on the namespace uri and local name of the variable-reference
expression. |