接口 | 说明 |
---|---|
XPathDiagnostic<T> |
Class representing the results of an XPath query allowing JDOM users to trace
whether an item returned from an XPath query is subsequently filtered by the
coercion filter attached to the
XPathExpression ; |
XPathExpression<T> |
XPathExpression is a representation of a compiled XPath query and any
Namespace or variable references the query may require.
|
类 | 说明 |
---|---|
XPath | 已过时
Use XPathFactory/XPathExpression/XPathBuilder instead.
|
XPathBuilder<T> |
A helper class for creating
XPathExpression instances without having
to manage your own Namespace and Variable contexts. |
XPathFactory |
XPathFactory allows JDOM users to configure which XPath implementation to use
when evaluating XPath expressions.
|
XPathHelper |
Provides a set of utility methods to generate XPath expressions to select a
given node in a document.
|