System::Xml::XmlElement::get_LocalName method

XmlElement::get_LocalName method

Returns the local name of the current node.

String System::Xml::XmlElement::get_LocalName() override

ReturnValue

The name of the current node with the prefix removed. For example, get_LocalName value is book for the element bk:book.

See Also