System::Xml::XmlDocumentType::get_Notations method

XmlDocumentType::get_Notations method

Returns the collection of XmlNotation nodes present in the document type declaration.

SharedPtr<XmlNamedNodeMap> System::Xml::XmlDocumentType::get_Notations()

ReturnValue

An XmlNamedNodeMap containing the XmlNotation nodes. The returned XmlNamedNodeMap is read-only.

See Also