Uses of Interface
javax.xml.xpath.XPathEvaluationResult
Package | Description |
---|---|
javax.xml.xpath |
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
Methods in javax.xml.xpath that return XPathEvaluationResult Modifier and Type Method Description default 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.