英語で読む

次の方法で共有


XPathNodeType 列挙型

定義

XPathNavigator クラスから返される XPath ノード型を定義します。

public enum XPathNodeType
継承
XPathNodeType

フィールド

All 9

任意の XPathNodeType ノード型。

Attribute 2

などの属性 id='123'

Comment 8

などの <!-- my comment -->コメント。

Element 1

などの <element>要素。

Namespace 3

などの xmlns="namespace"名前空間。

ProcessingInstruction 7

などの <?pi test?>処理命令。 XML 宣言は XPathNavigator クラスから参照できないため、これには含まれません。

Root 0

XML ドキュメントまたはノード ツリーのルート ノード。

SignificantWhitespace 5

空白文字を持ち、 が にpreserve設定されたxml:spaceノード。

Text 4

ノードのテキストの内容。 ドキュメント オブジェクト モデル (DOM: Document Object Model) Text 型および CDATA ノード型と等価です。 少なくとも 1 文字を含みます。

Whitespace 6

空白文字だけを含み、有意な空白を含まないノード。 空白文字は、#x20、、#x9#xD、または #xAです。

適用対象

製品 バージョン
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1