| Package | Description |
|---|---|
| org.jdom2.xpath |
Support for XPath from within JDOM.
|
| org.jdom2.xpath.jaxen |
Support for the Jaxen XPath Library.
|
| org.jdom2.xpath.util |
Classes useful for interfacing the JDOM XPath API to full XPath libraries.
|
| Class | Description |
|---|---|
| XPath |
Deprecated.
Use XPathFactory/XPathExpression/XPathBuilder instead.
|
| XPathDiagnostic |
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 |
XPathExpression is a representation of a compiled XPath query and any
Namespace or variable references the query may require.
|
| XPathFactory |
XPathFactory allows JDOM users to configure which XPath implementation to use
when evaluating XPath expressions.
|
| Class | Description |
|---|---|
| XPath |
Deprecated.
Use XPathFactory/XPathExpression/XPathBuilder instead.
|
| XPathExpression |
XPathExpression is a representation of a compiled XPath query and any
Namespace or variable references the query may require.
|
| XPathFactory |
XPathFactory allows JDOM users to configure which XPath implementation to use
when evaluating XPath expressions.
|
| Class | Description |
|---|---|
| XPathDiagnostic |
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 |
XPathExpression is a representation of a compiled XPath query and any
Namespace or variable references the query may require.
|
Copyright ? 2019 Jason Hunter, Brett McLaughlin. All Rights Reserved.