get_LocalName()

XmlText::get_LocalName() method

Returns the local name of the node.

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

Return Value

For text nodes, this method returns #text.

See Also