Uses of Interface
org.jaxen.FunctionContext

Packages that use FunctionContext
org.jaxen   
 

Uses of FunctionContext in org.jaxen
 

Classes in org.jaxen that implement FunctionContext
 class SimpleFunctionContext
          Simple default implementation of FunctionContext.
 class XPathFunctionContext
          A FunctionContext implementing the core XPath function library, with extensions.
 

Methods in org.jaxen that return FunctionContext
static FunctionContext XPathFunctionContext.getInstance()
          Retrieve the singleton instance.
 FunctionContext XPath.getFunctionContext()
          Retrieve the FunctionContext used by this XPath expression.
 FunctionContext BaseXPath.getFunctionContext()
          Retrieve the FunctionContext used by this XPath expression.
protected  FunctionContext BaseXPath.createFunctionContext()
          Create a default FunctionContext.
 FunctionContext ContextSupport.getFunctionContext()
           
 

Methods in org.jaxen with parameters of type FunctionContext
 void XPath.setFunctionContext(FunctionContext functionContext)
          Set a FunctionContext for use with this XPath expression.
 void BaseXPath.setFunctionContext(FunctionContext functionContext)
          Set a FunctionContext for use with this XPath expression.
 void ContextSupport.setFunctionContext(FunctionContext functionContext)
           
 

Constructors in org.jaxen with parameters of type FunctionContext
ContextSupport(NamespaceContext namespaceContext, FunctionContext functionContext, VariableContext variableContext, Navigator navigator)
          Construct.
 



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

SourceForge Logo