get_LocalName()

XmlDocumentFragment::get_LocalName() method

Returns the local name of the node.

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

Return Value

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

See Also