Interface | Description |
---|---|
XPath |
Interface to the XPath evaluation environment.
|
XPathExpression |
An XPath expression.
|
XPathFunction |
An XPath extension function.
|
XPathFunctionResolver |
Interface providing the means to access XPath extension functions.
|
XPathVariableResolver |
Interface providing the means to access the values of XPath variable
references.
|
Class | Description |
---|---|
XPathConstants |
XPath constants.
|
XPathFactory |
Factory for creating XPath environments.
|
Exception | Description |
---|---|
XPathException |
A generic XPath exception.
|
XPathExpressionException |
An exception in an XPath expression.
|
XPathFactoryConfigurationException |
A configuration exception in an XPath factory environment.
|
XPathFunctionException |
An exception in an XPath function.
|