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
VariableContext
implementation based upon a java.util.HashMap for simple name-value mappings.ANamespaceContext
which gets it's mappings from an Element in a JDOM tree.Specification of the interface required byContextSupport
for delegation of function resolution.Specification of the interface required byContextSupport
for delegation of namespace prefix binding resolution.Example Test driver for werken.xpathSpecification of the interface required byContextSupport
for delegation of variable resolution.Main run-time interface into the XPath functionalityImplementation ofFunctionContext
which matches the core function library as described by the W3C XPath Specification.