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

XmlNode::get_Name method

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

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

ReturnValue

ノードの修飾名。

備考

返される名前はノードの 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

参照