See: Description
| Interface | Description |
|---|---|
| NodeCallbackHandler |
An interface used by
XPathOperations implementations for processing Node objects on a per-node basis. |
| NodeMapper<T> |
An interface used by
XPathOperations implementations for mapping Node objects on a per-node basis. |
| XPathExpression |
Defines the contract for a precompiled XPath expression.
|
| XPathOperations |
Interface that specifies a basic set of XPath operations, implemented by various XPathTemplates.
|
| Class | Description |
|---|---|
| AbstractXPathTemplate |
Abstract base class for implementations of
XPathOperations. |
| JaxenXPathTemplate |
Implementation of
XPathOperations that uses Jaxen. |
| Jaxp13XPathTemplate |
Implementation of
XPathOperations that uses JAXP 1.3. |
| XPathExpressionFactory |
Factory for compiled
XPathExpressions, being aware of JAXP 1.3+ XPath functionality, and Jaxen. |
| XPathExpressionFactoryBean |
Spring
FactoryBean for XPathExpression object. |
| Exception | Description |
|---|---|
| XPathException |
Exception thrown when an error occurs during XPath processing.
|
| XPathParseException |
Exception throws when a XPath expression cannot be parsed.
|