Uses of Class
org.jaxen.UnresolvableException

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.
 



Copyright © 2001-2007 Codehaus. All Rights Reserved.