Module java.xml

Enum Class XPathEvaluationResult.XPathResultType

java.lang.Object
java.lang.Enum<XPathEvaluationResult.XPathResultType>
javax.xml.xpath.XPathEvaluationResult.XPathResultType
All Implemented Interfaces:
Serializable, Comparable<XPathEvaluationResult.XPathResultType>, Constable
Enclosing interface:
XPathEvaluationResult<T>

public static enum XPathEvaluationResult.XPathResultType extends Enum<XPathEvaluationResult.XPathResultType>
XPathResultType represents possible return types of an XPath evaluation. Provided as an enum type, it allows the use of switch statement. At the same time, a mapping is provided between the original QName types in XPathConstants and class types used in the generic methods.