Uses of Interface
javax.xml.xpath.XPathEvaluationResult
Packages that use XPathEvaluationResult
包
描述
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修饰符和类方法描述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.