XPathNodeType 枚举
指定可以从 XPathNavigator 类返回的 XPath 节点类型。
**命名空间:**System.Xml.XPath
**程序集:**System.Xml(在 system.xml.dll 中)
语法
声明
Public Enumeration XPathNodeType
用法
Dim instance As XPathNodeType
public enum XPathNodeType
public enum class XPathNodeType
public enum XPathNodeType
public enum XPathNodeType
成员
成员名称 | 说明 | |
---|---|---|
All | 任何一种 XPathNodeType 节点类型。 | |
Attribute | 属性,如 id='123' 。 |
|
Comment | 注释,如 <!-- my comment --> |
|
Element | 元素,如 <element> 。 |
|
Namespace | 命名空间,如 xmlns="namespace" 。 |
|
ProcessingInstruction | 处理指令,如 <?pi test?> 。这不包括 XPathNavigator 类中无法看到的 XML 声明。 |
|
Root | XML 文档的根节点或节点树。 | |
SignificantWhitespace | 带有空白字符且 xml:space 设置为 preserve 的节点。 |
|
Text | 节点的文本内容。等效于文档对象模型 (DOM) 文本和 CDATA 节点类型。至少包含一个字符。 | |
Whitespace | 只有空白字符而没有显著空白的节点。空白字符为 #x20 、#x9 、#xD 和 #xA 。 |
平台
Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0