System::Xml::XmlNode::get_Name method

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

또 보기