get_LocalName()
XmlNodeReader::get_LocalName() method
Returns the local name of the current node.
String System::Xml::XmlNodeReader::get_LocalName() override
Return Value
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 XmlNodeReader
- Namespace System::Xml
- Library Aspose.Slides