get_LocalName()

XmlCDataSection::get_LocalName() method

Returns the local name of the node.

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

Return Value

For CDATA nodes, the local name is #cdata-section.

See Also