Uses of Interface
javax.xml.xpath.XPathEvaluationResult
Package
Description
Provides an object-model neutral API for the
evaluation of XPath expressions and access to the evaluation
environment.
-
Uses of XPathEvaluationResult in javax.xml.xpath
Modifier and TypeMethodDescriptiondefault XPathEvaluationResult
<?> XPath.evaluateExpression
(String expression, Object item) Evaluate an XPath expression in the specified context.default XPathEvaluationResult
<?> XPath.evaluateExpression
(String expression, InputSource source) Evaluate an XPath expression in the specified context.default XPathEvaluationResult
<?> XPathExpression.evaluateExpression
(Object item) Evaluate the compiled XPath expression in the specified context.default XPathEvaluationResult
<?> XPathExpression.evaluateExpression
(InputSource source) Evaluate the compiled XPath expression in the specified context.