get_Entities()

XmlDocumentType::get_Entities() method

Returns the collection of XmlEntity nodes declared in the document type declaration.

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

Return Value

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

See Also