System::Xml::XmlDocumentFragment::get_LocalName method

XmlDocumentFragment::get_LocalName method

Returns the local name of the node.

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

ReturnValue

For XmlDocumentFragment nodes, the local name is #document-fragment.

See Also