Stay organized with collections
Save and categorize content based on your preferences.
javax.xml.xpath
Interfaces
XPath |
XPath provides access to the XPath evaluation environment and expressions.
|
XPathExpression |
XPathExpression provides access to compiled XPath expressions.
|
XPathFunction |
XPathFunction provides access to XPath functions.
|
XPathFunctionResolver |
XPathFunctionResolver provides access to the set of user defined XPathFunction s.
|
XPathVariableResolver |
XPathVariableResolver provides access to the set of user defined XPath variables.
|
Classes
Exceptions
Interfaces
Classes
Exceptions
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# javax.xml.xpath\n\nAdded in [API level 8](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\njavax.xml.xpath\n===============\n\nInterfaces\n----------\n\n|---------------------------------------------------------------------------|--------------------------------------------------------------------------------------|\n| [XPath](/reference/javax/xml/xpath/XPath) | `XPath` provides access to the XPath evaluation environment and expressions. |\n| [XPathExpression](/reference/javax/xml/xpath/XPathExpression) | `XPathExpression` provides access to compiled XPath expressions. |\n| [XPathFunction](/reference/javax/xml/xpath/XPathFunction) | `XPathFunction` provides access to XPath functions. |\n| [XPathFunctionResolver](/reference/javax/xml/xpath/XPathFunctionResolver) | `XPathFunctionResolver` provides access to the set of user defined `XPathFunction`s. |\n| [XPathVariableResolver](/reference/javax/xml/xpath/XPathVariableResolver) | `XPathVariableResolver` provides access to the set of user defined XPath variables. |\n\nClasses\n-------\n\n|-------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|\n| [XPathConstants](/reference/javax/xml/xpath/XPathConstants) | XPath constants. |\n| [XPathFactory](/reference/javax/xml/xpath/XPathFactory) | An `XPathFactory` instance can be used to create [XPath](/reference/javax/xml/xpath/XPath) objects. |\n\nExceptions\n----------\n\n|-----------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|\n| [XPathException](/reference/javax/xml/xpath/XPathException) | `XPathException` represents a generic XPath exception. |\n| [XPathExpressionException](/reference/javax/xml/xpath/XPathExpressionException) | `XPathExpressionException` represents an error in an XPath expression. |\n| [XPathFactoryConfigurationException](/reference/javax/xml/xpath/XPathFactoryConfigurationException) | `XPathFactoryConfigurationException` represents a configuration error in a `XPathFactory` environment. |\n| [XPathFunctionException](/reference/javax/xml/xpath/XPathFunctionException) | `XPathFunctionException` represents an error with an XPath function. |\n\n-\n\n Interfaces\n ----------\n\n - [XPath](/reference/javax/xml/xpath/XPath)\n - [XPathExpression](/reference/javax/xml/xpath/XPathExpression)\n - [XPathFunction](/reference/javax/xml/xpath/XPathFunction)\n - [XPathFunctionResolver](/reference/javax/xml/xpath/XPathFunctionResolver)\n - [XPathVariableResolver](/reference/javax/xml/xpath/XPathVariableResolver)\n-\n\n Classes\n -------\n\n - [XPathConstants](/reference/javax/xml/xpath/XPathConstants)\n - [XPathFactory](/reference/javax/xml/xpath/XPathFactory)\n-\n\n Exceptions\n ----------\n\n - [XPathException](/reference/javax/xml/xpath/XPathException)\n - [XPathExpressionException](/reference/javax/xml/xpath/XPathExpressionException)\n - [XPathFactoryConfigurationException](/reference/javax/xml/xpath/XPathFactoryConfigurationException)\n - [XPathFunctionException](/reference/javax/xml/xpath/XPathFunctionException)"]]