System::Xml::XmlNode::get_LocalName メソッド

XmlNode::get_LocalName method

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

virtual String System::Xml::XmlNode::get_LocalName()=0

ReturnValue

プレフィックスが除かれたノードの名前です。例えば、要素 bk:book の場合、LocalNamebook です。

備考

返される名前はノードの XmlNode::get_NodeType に依存します:
名前
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

参照