| Frames | No Frames |
Methods which throw type org.jaxen.UnresolvableException | |
| Function | Context.getFunction(String namespaceURI, String prefix, String localName) Retrieve a Function. |
| 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. |
| Function | SimpleFunctionContext.getFunction(String namespaceURI, String prefix, String localName) |
| Object | Context.getVariableValue(String namespaceURI, String prefix, String localName) Retrieve a variable value. |
| Object | ContextSupport.getVariableValue(String namespaceURI, String prefix, String localName) Retrieve a variable value. |
| Object | SimpleVariableContext.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. |
| 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. |
Methods which throw type org.jaxen.UnresolvableException | |
| Object | |