System::Xml::XmlDocumentType::get_Entities method

XmlDocumentType::get_Entities method

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

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

ReturnValue

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

See Also