| Interface | Description |
|---|---|
| PrefixResolver |
Implement this interface in case you want to provide your
own prefix resolving when evaluating XPath expressions.
|
| XPathProcessor |
This is the interface of the XPath processor.
|
| Class | Description |
|---|---|
| AbstractProcessorImpl |
This class defines base class for the implementations of the
XPathProcessor component. |
| EmptyNodeList |
Noop NodeList.
|
| JaxenProcessorImpl |
This class defines the implementation of the
XPathProcessor
component. |
| JaxenProcessorImpl.JaxenResolver |
A Jaxen-specific wrapper for the PrefixResolver.
|
| NodeListImpl |
Implementation of the
NodeList interface. |
| Saxon8ProcessorImpl |
This class defines the implementation of the
XPathProcessor
component. |
| SimpleNodeList |
Simple node list wrapper around a List object.
|
| XPathProcessorImpl |
This class defines the implementation of the
XPathProcessor
component. |
| XPathProcessorImpl.XalanResolver |
A Xalan-specific wrapper for the PrefixResolver.
|
| XPathUtil |
This is a simple XPath helper class.
|
| Exception | Description |
|---|---|
| XPathException |