Uses of Package
javax.xml.xpath
-
Packages that use javax.xml.xpath Package Description javax.xml.xpath This package provides an object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment. -
Classes in javax.xml.xpath used by javax.xml.xpath Class and Description XPath XPath
provides access to the XPath evaluation environment and expressions.XPathException XPathException
represents a generic XPath exception.XPathExpression XPathExpression
provides access to compiled XPath expressions.XPathExpressionException XPathExpressionException
represents an error in an XPath expression.XPathFactory AnXPathFactory
instance can be used to createXPath
objects.XPathFactoryConfigurationException XPathFactoryConfigurationException
represents a configuration error in aXPathFactory
environment.XPathFunction XPathFunction
provides access to XPath functions.XPathFunctionException XPathFunctionException
represents an error with an XPath function.XPathFunctionResolver XPathFunctionResolver
provides access to the set of user definedXPathFunction
s.XPathVariableResolver XPathVariableResolver
provides access to the set of user defined XPath variables.
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.