Uses of Class
javax.xml.xpath.XPathEvaluationResult.XPathResultType
-
Packages that use XPathEvaluationResult.XPathResultType 软件包 描述 javax.xml.xpath 提供 对象模型中性 API,用于评估XPath表达式和访问评估环境。 -
-
Uses of XPathEvaluationResult.XPathResultType in javax.xml.xpath
Methods in javax.xml.xpath that return XPathEvaluationResult.XPathResultType 变量和类型 方法 描述 XPathEvaluationResult.XPathResultType
XPathEvaluationResult. type()
将结果类型作为由XPathResultType
指定的枚举XPathResultType
static XPathEvaluationResult.XPathResultType
XPathEvaluationResult.XPathResultType. valueOf(String name)
返回具有指定名称的此类型的枚举常量。static XPathEvaluationResult.XPathResultType[]
XPathEvaluationResult.XPathResultType. values()
按照声明的顺序返回一个包含此枚举类型常量的数组。
-