System::Xml::XmlEntity::get_NotationName method

XmlEntity::get_NotationName method

Returns the name of the optional NDATA attribute on the entity declaration.

String System::Xml::XmlEntity::get_NotationName()

ReturnValue

The name of the NDATA attribute. If there is no NDATA, nullptr is returned.

See Also