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
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===============\n\nInterfaces\n----------\n\n|----------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|\n| [XPath](/reference/kotlin/javax/xml/xpath/XPath) | `XPath` provides access to the XPath evaluation environment and expressions. |\n| [XPathExpression](/reference/kotlin/javax/xml/xpath/XPathExpression) | `XPathExpression` provides access to compiled XPath expressions. |\n| [XPathFunction](/reference/kotlin/javax/xml/xpath/XPathFunction) | `XPathFunction` provides access to XPath functions. |\n| [XPathFunctionResolver](/reference/kotlin/javax/xml/xpath/XPathFunctionResolver) | `XPathFunctionResolver` provides access to the set of user defined `XPathFunction`s. |\n| [XPathVariableResolver](/reference/kotlin/javax/xml/xpath/XPathVariableResolver) | `XPathVariableResolver` provides access to the set of user defined XPath variables. |\n\nClasses\n-------\n\n|--------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|\n| [XPathConstants](/reference/kotlin/javax/xml/xpath/XPathConstants) | XPath constants. |\n| [XPathFactory](/reference/kotlin/javax/xml/xpath/XPathFactory) | An `XPathFactory` instance can be used to create [javax.xml.xpath.XPath](/reference/kotlin/javax/xml/xpath/XPath) objects. |\n\nExceptions\n----------\n\n|------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|\n| [XPathException](/reference/kotlin/javax/xml/xpath/XPathException) | `XPathException` represents a generic XPath exception. |\n| [XPathExpressionException](/reference/kotlin/javax/xml/xpath/XPathExpressionException) | `XPathExpressionException` represents an error in an XPath expression. |\n| [XPathFactoryConfigurationException](/reference/kotlin/javax/xml/xpath/XPathFactoryConfigurationException) | `XPathFactoryConfigurationException` represents a configuration error in a `XPathFactory` environment. |\n| [XPathFunctionException](/reference/kotlin/javax/xml/xpath/XPathFunctionException) | `XPathFunctionException` represents an error with an XPath function. |"]]