Uses of Interface
org.jaxen.FunctionContext

Packages that use FunctionContext
org.jaxen This package defines the core Jaxen API to the XPath engine. 
 

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, plus Jaxen extensions.
 

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

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

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



Copyright © 2001-2007 Codehaus. All Rights Reserved.