Uses of Class
org.jaxen.UnresolvableException
Packages that use UnresolvableException
Package
Description
This package defines the core Jaxen API to the XPath engine.
Interfaces and default implementations for
XPath expression components.
-
Uses of UnresolvableException in org.jaxen
Methods in org.jaxen that throw UnresolvableExceptionModifier and TypeMethodDescriptionContext.getFunction
(String namespaceURI, String prefix, String localName) Retrieve aFunction
.ContextSupport.getFunction
(String namespaceURI, String prefix, String localName) Retrieve aFunction
.FunctionContext.getFunction
(String namespaceURI, String prefix, String localName) An implementation should return aFunction
implementation object based on the namespace URI and local name of the function-call expression.SimpleFunctionContext.getFunction
(String namespaceURI, String prefix, String localName) Context.getVariableValue
(String namespaceURI, String prefix, String localName) Retrieve a variable value.ContextSupport.getVariableValue
(String namespaceURI, String prefix, String localName) Retrieve a variable value.SimpleVariableContext.getVariableValue
(String namespaceURI, String prefix, String localName) 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. -
Uses of UnresolvableException in org.jaxen.expr
Methods in org.jaxen.expr that throw UnresolvableException