Uses of Interface
com.werken.xpath.FunctionContext

Packages that use FunctionContext
com.werken.xpath Provides the core tools needed to use XPath 
 

Uses of FunctionContext in com.werken.xpath
 

Classes in com.werken.xpath that implement FunctionContext
 class XPathFunctionContext
          Implementation of FunctionContext which matches the core function library as described by the W3C XPath Specification.
 

Methods in com.werken.xpath with parameters of type FunctionContext
 void ContextSupport.setFunctionContext(FunctionContext functionContext)
          Set the FunctionContext implementation
 

Constructors in com.werken.xpath with parameters of type FunctionContext
ContextSupport(NamespaceContext nsContext, FunctionContext functionContext, VariableContext variableContext)
          Construct a semantically initialized ContextSupport
 



Copyright ? 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.