System::Xml::XmlTextReader::get_LocalName method
XmlTextReader::get_LocalName method
Returns the local name of the current node.
String System::Xml::XmlTextReader::get_LocalName() override
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 XmlTextReader
- Namespace System::Xml
- Library Aspose.PUB for C++