System::Xml::XmlReader::get_LocalName method
XmlReader::get_LocalName method
When overridden in a derived class, gets the local name of the current node.
virtual String System::Xml::XmlReader::get_LocalName()=0
ReturnValue
The name of the current node with the prefix removed. For example, LocalName is book for the element bk:book. For node types that do not have a name (like Text, Comment, and so on), this method returns String::Empty.
See Also
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.TeX for C++