-
类型参数:
-
T
- XPath 评估返回的对象类型。
public interface XPathEvaluationResult<T>
XPathEvaluationResult
接口表示在特定节点上下文中评估 XPath 表达式的结果。XPath 表达式的评估可以导致各种结果类型,如 XML Path Language (XPath) Version 1.0 中定义的那样。
-
自 JDK 版本:
-
9
-
参见:
-
-
Nested Class Summary
Nested Classes
static enum
XPathResultType 表示 XPath 评估的可能返回类型。
-
Method Summary
返回作为 XPathResultType
指定的枚举类型的结果类型。
-
Method Details
-
type
返回作为 XPathResultType
指定的枚举类型的结果类型。
-
返回:
-
结果类型
-
value
返回结果作为类别指定的类型 <T>
的值。
-
返回:
-
结果的值。