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 Context.getVariableValue(String namespaceURI, String prefix, String localName)
           
 Function Context.getFunction(String namespaceURI, String prefix, String localName)
           
 Object ContextSupport.getVariableValue(String namespaceURI, String prefix, String localName)
           
 Function ContextSupport.getFunction(String namespaceURI, String prefix, String localName)
           
 Object SimpleVariableContext.getVariableValue(String namespaceURI, String prefix, String localName)
           
 Function SimpleFunctionContext.getFunction(String namespaceURI, String prefix, String localName)
           
 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 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.
 



Copyright © 2002 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo