get_DocumentType()

XmlDocument::get_DocumentType() method

Returns the node containing the DOCTYPE declaration.

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

Return Value

The XmlNode containing the DocumentType (DOCTYPE declaration).

See Also