次の方法で共有


XmlNode.LocalName プロパティ

派生クラスでオーバーライドされた場合は、ノードのローカル名を取得します。

Public MustOverride ReadOnly Property LocalName As String
[C#]
public abstract string LocalName {get;}
[C++]
public: __property virtual String* get_LocalName() = 0;
[JScript]
public abstract function get LocalName() : String;

プロパティ値

プリフィックスが削除されたノードの名前。たとえば、 LocalName は要素 <bk:book> の book です。

返される名前は、ノードの NodeType によって異なります。

Type 名前
Attribute 属性のローカル名。
CDATA #cdata-section
Comment #comment
Document #document
DocumentFragment #document-fragment
DocumentType ドキュメントの種類の名前。
Element 要素のローカル名。
Entity エンティティの名前。
EntityReference 参照されたエンティティの名前。
Notation 表記名。
ProcessingInstruction 処理命令の対象。
Text #text
Whitespace #whitespace
SignificantWhitespace #significant-whitespace
XmlDeclaration #xml-declaration

解説

ノードにプリフィックスがない場合、LocalName は Name と同じです。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

XmlNode クラス | XmlNode メンバ | System.Xml 名前空間 | Prefix | Name