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.xpath
Subclasses with type arguments of type XPathEvaluationResult.XPathResultType in javax.xml.xpathModifier and TypeClassDescriptionstatic enum
XPathResultType represents possible return types of an XPath evaluation.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 class with the specified name.XPathEvaluationResult.XPathResultType.values()
Returns an array containing the constants of this enum class, in the order they are declared.