get_LocalName()

XPathNavigator::get_LocalName() method

When overridden in a derived class, gets the XPathNavigator::get_Name of the current node without any namespace prefix.

virtual String System::Xml::XPath::XPathNavigator::get_LocalName()=0

Return Value

A String that contains the local name of the current node, or String::Empty if the current node does not have a name (for example, text or comment nodes).

See Also