Package com.werken.xpath

Provides the core tools needed to use XPath

Interface Summary

Context
FunctionContextSpecification of the interface required by ContextSupport for delegation of function resolution.
NamespaceContextSpecification of the interface required by ContextSupport for delegation of namespace prefix binding resolution.
VariableContextSpecification of the interface required by ContextSupport for delegation of variable resolution.

Class Summary

ContextSupportContextSupport maintains information to aid in the execution of the XPath against a context node.
DefaultVariableContextA VariableContext implementation based upon a java.util.HashMap for simple name-value mappings.
ElementNamespaceContextA NamespaceContext which gets it's mappings from an Element in a JDOM tree.
TestExample Test driver for werken.xpath
XPathMain run-time interface into the XPath functionality

The XPath object embodies a textual XPath as described by the W3C XPath specification.

XPathFunctionContextImplementation of FunctionContext which matches the core function library as described by the W3C XPath Specification.
Provides the core tools needed to use XPath

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