Package com.werken.xpath
Provides the core tools needed to use XPath
-
Interface Summary Interface Description Context FunctionContext Specification of the interface required byContextSupportfor delegation of function resolution.NamespaceContext Specification of the interface required byContextSupportfor delegation of namespace prefix binding resolution.VariableContext Specification of the interface required byContextSupportfor 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 AVariableContextimplementation based upon a java.util.HashMap for simple name-value mappings.ElementNamespaceContext ANamespaceContextwhich 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 ofFunctionContextwhich matches the core function library as described by the W3C XPath Specification.