System::Xml::XmlReader::get_LocalName 메서드
XmlReader::get_LocalName method
파생 클래스에서 재정의될 경우, 현재 노드의 로컬 이름을 가져옵니다.
virtual String System::Xml::XmlReader::get_LocalName()=0
ReturnValue
접두사가 제거된 현재 노드의 이름입니다. 예를 들어, LocalName은 요소 **bk:book**에 대해 book입니다. 이름이 없는 노드 유형(예: Text, Comment 등)에서는 이 메서드가 String::Empty을 반환합니다.
또 보기
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++