Name | Type | Description | Detail |
| | | |
XPath | Interface | XPath provides access to the XPath evaluation environment and expressions. | Detail |
XPathEvaluationResult | Interface | The XPathEvaluationResult interface represents the result of the evaluation of an XPath expression within the context of a particular node. | Detail |
XPathEvaluationResult.XPathResultType | Enum | XPathResultType represents possible return types of an XPath evaluation. | Detail |
XPathException | Class | XPathException represents a generic XPath exception. | Detail |
XPathExpression | Interface | XPathExpression provides access to compiled XPath expressions. | Detail |
XPathExpressionException | Class | XPathExpressionException represents an error in an XPath expression. | Detail |
XPathFactory | Class | An XPathFactory instance can be used to createSee newInstance(String uri) for lookup mechanism. | Detail |
XPathFactoryConfigurationException | Class | XPathFactoryConfigurationException represents a configuration error in a XPathFactory environment. | Detail |
XPathFilter2ParameterSpec | Class | Parameters for the W3C Recommendation XPath Filter 2. | Detail |
XPathFilterParameterSpec | Class | XPath Filtering Transform Algorithm. | Detail |
XPathFunction | Interface | XPathFunction provides access to XPath functions. | Detail |
XPathFunctionException | Class | XPathFunctionException represents an error with an XPath function. | Detail |
XPathFunctionResolver | Interface | XPathFunctionResolver provides access to the set of user defined XPathFunctions. | Detail |
XPathNodes | Interface | XPathNodes represents a set of nodes selected by a location path as specified in XML Path Language (XPath) | Detail |
XPathType | Class | The XML Schema Definition of the XPath element as defined in the W3C Recommendation for XML-Signature XPath Filter 2. | Detail |
XPathVariableResolver | Interface | XPathVariableResolver provides access to the set of user defined XPath variables. | Detail |