System::Xml::XmlDeclaration::get_LocalName method

XmlDeclaration::get_LocalName method

Returns the local name of the node.

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

ReturnValue

For XmlDeclaration nodes, the local name is xml.

See Also