Package com.werken.xpath
Provides the core tools needed to use XPath
-
Interface Summary Interface Description Context FunctionContext Specification of the interface required byContextSupport
for delegation of function resolution.NamespaceContext Specification of the interface required byContextSupport
for delegation of namespace prefix binding resolution.VariableContext Specification of the interface required byContextSupport
for delegation of variable resolution. -
Class Summary Class Description ContextSupport ContextSupport maintains information to aid in the execution of the XPath against a context node.DefaultVariableContext AVariableContext
implementation based upon a java.util.HashMap for simple name-value mappings.ElementNamespaceContext ANamespaceContext
which gets it's mappings from an Element in a JDOM tree.Test Example Test driver for werken.xpathXPath Main run-time interface into the XPath functionalityXPathFunctionContext Implementation ofFunctionContext
which matches the core function library as described by the W3C XPath Specification.