Uses of Enum Class
javax.xml.xpath.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
Modifier and TypeClassDescriptionstatic enum
XPathResultType represents possible return types of an XPath evaluation.Modifier and TypeMethodDescriptionXPathEvaluationResult.type()
Return the result type as an enum specified byXPathResultType
Returns 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.