Uses of Enum 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.xpathMethods in javax.xml.xpath that return XPathEvaluationResult.XPathResultTypeModifier and TypeMethodDescriptionXPathEvaluationResult.type()Return the result type as an enum specified byXPathResultTypeReturns the enum constant of this class with the specified name.XPathEvaluationResult.XPathResultType.values()Returns an array containing the constants of this enum class, in the order they are declared.