Uses of Package
javax.xml.xpath
Package
Description
Provides an object-model neutral API for the
evaluation of XPath expressions and access to the evaluation
environment.
-
ClassDescription
XPath
provides access to the XPath evaluation environment and expressions.TheXPathEvaluationResult
interface represents the result of the evaluation of an XPath expression within the context of a particular node.XPathResultType represents possible return types of an XPath evaluation.XPathException
represents a generic XPath exception.XPathExpression
provides access to compiled XPath expressions.XPathExpressionException
represents an error in an XPath expression.AnXPathFactory
instance can be used to createXPath
objects.XPathFactoryConfigurationException
represents a configuration error in aXPathFactory
environment.XPathFunction
provides access to XPath functions.XPathFunctionException
represents an error with an XPath function.XPathFunctionResolver
provides access to the set of user definedXPathFunction
s.XPathVariableResolver
provides access to the set of user defined XPath variables.