Package javax.xml.xpath
-
Interface Summary Interface Description XPath XPathprovides access to the XPath evaluation environment and expressions.XPathExpression XPathExpressionprovides access to compiled XPath expressions.XPathFunction XPathFunctionprovides access to XPath functions.XPathFunctionResolver XPathFunctionResolverprovides access to the set of user definedXPathFunctions.XPathVariableResolver XPathVariableResolverprovides access to the set of user defined XPath variables. -
Class Summary Class Description XPathConstants XPath constants.XPathFactory AnXPathFactoryinstance can be used to createXPathobjects. -
Exception Summary Exception Description XPathException XPathExceptionrepresents a generic XPath exception.XPathExpressionException XPathExpressionExceptionrepresents an error in an XPath expression.XPathFactoryConfigurationException XPathFactoryConfigurationExceptionrepresents a configuration error in aXPathFactoryenvironment.XPathFunctionException XPathFunctionExceptionrepresents an error with an XPath function.