The interfaces and classes in this package came from Document Object Model (DOM) Level 3 XPath Specification, Working Draft 20 August 2002. Refer to  Document Object Model (DOM) Level 3 XPath Specification, Version 1.0, W3C Working Group Note 26 February 2004 except that the values of XPathException.INVALID_EXPRESSION_ERR and XPathException.TYPE_ERR are 1 and 2 respectively (instead of 51 and 52).
| Class | Description | 
|---|---|
| XPathEvaluator | The evaluation of XPath expressions is provided by  XPathEvaluator. | 
| XPathException | A new exception has been created for exceptions specific to these XPath interfaces. | 
| XPathExpression | The  XPathExpressioninterface represents a parsed and resolved XPath expression. | 
| XPathNamespace | The  XPathNamespaceinterface is returned byXPathResultinterfaces to represent the XPath namespace node type that DOM lacks. | 
| XPathNSResolver | The  XPathNSResolverinterface permitprefixstrings in the expression to be properly bound tonamespaceURIstrings. | 
| XPathResult | The  XPathResultinterface represents the result of the evaluation of an XPath 1.0 expression within the context of a particular node. | 
    © 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
    https://docs.oracle.com/en/java/javase/21/docs/api/jdk.xml.dom/org/w3c/dom/xpath/package-summary.html