get_InternalSubset()

XmlDocumentType::get_InternalSubset() method

Returns the value of the document type definition (DTD) internal subset on the DOCTYPE declaration.

String System::Xml::XmlDocumentType::get_InternalSubset()

Return Value

The DTD internal subset on the DOCTYPE. If there is no DTD internal subset, String::Empty is returned.

See Also