get_Notations()

XmlDocumentType::get_Notations() method

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

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

Return Value

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

See Also