Uses of Package
com.werken.xpath
-
Packages that use com.werken.xpath Package Description com.werken.xpath Provides the core tools needed to use XPathcom.werken.xpath.impl Contains implementation classes for evaluating XPath components -
Classes in com.werken.xpath used by com.werken.xpath Class Description Context ContextSupport ContextSupport maintains information to aid in the execution of the XPath against a context node.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.XPathFunctionContext Implementation ofFunctionContext
which matches the core function library as described by the W3C XPath Specification. -
Classes in com.werken.xpath used by com.werken.xpath.impl Class Description ContextSupport ContextSupport maintains information to aid in the execution of the XPath against a context node.