|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnresolvableException | |
org.jaxen | This package defines the core Jaxen API to the XPath engine. |
Uses of UnresolvableException in org.jaxen |
Methods in org.jaxen that throw UnresolvableException | |
Object |
SimpleVariableContext.getVariableValue(String namespaceURI,
String prefix,
String localName)
|
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. |
Function |
SimpleFunctionContext.getFunction(String namespaceURI,
String prefix,
String localName)
|
Object |
ContextSupport.getVariableValue(String namespaceURI,
String prefix,
String localName)
Retrieve a variable value. |
Function |
ContextSupport.getFunction(String namespaceURI,
String prefix,
String localName)
Retrieve a Function . |
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 |
Context.getVariableValue(String namespaceURI,
String prefix,
String localName)
Retrieve a variable value. |
Function |
Context.getFunction(String namespaceURI,
String prefix,
String localName)
Retrieve a Function . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |