|
||||||||||
前のパッケージ 次のパッケージ | フレームあり フレームなし |
参照:
説明
インタフェースの概要 | |
Context | |
FunctionContext | Specification of the interface required by
ContextSupport for delegation
of function resolution. |
NamespaceContext | Specification of the interface required by
ContextSupport for delegation
of namespace prefix binding resolution. |
VariableContext | Specification of the interface required by
ContextSupport for delegation
of variable resolution. |
クラスの概要 | |
ContextSupport | ContextSupport maintains information to aid in the execution of the XPath against a context node. It separates the knowledge of functions, variables and namespace-bindings from the context node to be walked. |
DefaultVariableContext | A VariableContext
implementation based upon a java.util.HashMap for simple
name-value mappings. |
ElementNamespaceContext | A NamespaceContext which gets it's mappings
from an Element in a JDOM tree.
It currently DOES NOT WORK |
Test | Example Test driver for werken.xpath |
XPath | Main run-time interface into the XPath functionality The XPath object embodies a textual XPath as described by the W3C XPath specification. |
XPathFunctionContext | Implementation of FunctionContext which
matches the core function library as described by the W3C XPath
Specification.
May be directly instantiated or subclassed. |
Provides the core tools needed to use XPath
|
||||||||||
前のパッケージ 次のパッケージ | フレームあり フレームなし |