Package com.werken.xpath
package com.werken.xpath
Provides the core tools needed to use XPath
-
ClassDescriptionContextSupport maintains information to aid in the execution of the XPath against a context node.A
VariableContextimplementation based upon a java.util.HashMap for simple name-value mappings.ANamespaceContextwhich gets it's mappings from an Element in a JDOM tree.Specification of the interface required byContextSupportfor delegation of function resolution.Specification of the interface required byContextSupportfor delegation of namespace prefix binding resolution.Example Test driver for werken.xpathSpecification of the interface required byContextSupportfor delegation of variable resolution.Main run-time interface into the XPath functionalityImplementation ofFunctionContextwhich matches the core function library as described by the W3C XPath Specification.