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