Package com.werken.xpath

Provides the core tools needed to use XPath

See:
          Description

Interface Summary
Context  
FunctionContext Specification of the interface required by ContextSupport for delegation of function resolution.
NamespaceContext Specification of the interface required by ContextSupport for delegation of namespace prefix binding resolution.
VariableContext Specification of the interface required by ContextSupport for delegation of variable resolution.
 

Class Summary
ContextSupport ContextSupport maintains information to aid in the execution of the XPath against a context node.
DefaultVariableContext A VariableContext implementation based upon a java.util.HashMap for simple name-value mappings.
ElementNamespaceContext A NamespaceContext which gets it's mappings from an Element in a JDOM tree.
Test Example Test driver for werken.xpath
XPath Main run-time interface into the XPath functionality
XPathFunctionContext Implementation of FunctionContext which matches the core function library as described by the W3C XPath Specification.
 

Package com.werken.xpath Description

Provides the core tools needed to use XPath



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