XPathResultType 枚举

定义

指定 XPath 表达式的返回类型。

public enum class XPathResultType
public enum XPathResultType
type XPathResultType = 
Public Enum XPathResultType
继承
XPathResultType

字段

Any 5

任何一种 XPath 节点类型。

Boolean 2

Booleantruefalse 值。

Error 6

该表达式的计算结果不是正确的 XPath 类型。

Navigator 1

一个树片段。

NodeSet 3

一个节点集合。

Number 0

一个数值。

String 1

一个 String 值。

适用于

另请参阅