Uses of Class
javax.xml.xpath.XPathEvaluationResult.XPathResultType
Packages that use XPathEvaluationResult.XPathResultType
Package
Description
Provides an object-model neutral API for the
evaluation of XPath expressions and access to the evaluation
environment.
-
Uses of XPathEvaluationResult.XPathResultType in javax.xml.xpath
Methods in javax.xml.xpath that return XPathEvaluationResult.XPathResultTypeModifier and TypeMethodDescriptionXPathEvaluationResult.type()
Return the result type as an enum specified byXPathResultType
Returns the enum constant of this type with the specified name.XPathEvaluationResult.XPathResultType.values()
Returns an array containing the constants of this enum type, in the order they are declared.