get_LocalName()

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

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