System::Xml::XmlDocument::get_DocumentType method

XmlDocument::get_DocumentType method

Returns the node containing the DOCTYPE declaration.

virtual SharedPtr<XmlDocumentType> System::Xml::XmlDocument::get_DocumentType()

ReturnValue

The XmlNode containing the DocumentType (DOCTYPE declaration).

See Also