Uses of Class
org.jaxen.UnresolvableException
Packages that use UnresolvableException
-
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.