T
- the object type returned by the XPath evaluation.public interface XPathEvaluationResult<T>
XPathEvaluationResult
interface represents the result of the evaluation of an XPath expression within the context of a particular node. The evaluation of an XPath expression can result in various result types as defined in XML Path Language (XPath) Version 1.0.Modifier and Type | Interface | Description |
---|---|---|
static enum |
XPathEvaluationResult.XPathResultType |
XPathResultType represents possible return types of an XPath evaluation. |
Modifier and Type | Method | Description |
---|---|---|
XPathEvaluationResult.XPathResultType |
type() |
Return the result type as an enum specified by XPathResultType
|
T |
value() |
Returns the value of the result as the type <T> specified for the class. |
XPathEvaluationResult.XPathResultType type()
XPathResultType
T value()
<T>
specified for the class.
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.xml/javax/xml/xpath/XPathEvaluationResult.html