XPathResultType 枚举
定义
指定 XPath 表达式的返回类型。Specifies the return type of the XPath expression.
public enum class XPathResultType
public enum XPathResultType
type XPathResultType =
Public Enum XPathResultType
- 继承
字段
Any | 5 | 任何一种 XPath 节点类型。Any of the XPath node types. |
Boolean | 2 | |
Error | 6 | 该表达式的计算结果不是正确的 XPath 类型。The expression does not evaluate to the correct XPath type. |
Navigator | 1 | 一个树片段。A tree fragment. |
NodeSet | 3 | 一个节点集合。A node collection. |
Number | 0 | 一个数值。A numeric value. |
String | 1 |