System::Xml::XmlDocumentType::get_LocalName method

XmlDocumentType::get_LocalName method

Returns the local name of the node.

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

ReturnValue

For DocumentType nodes, this method returns the name of the document type.

See Also