System::Xml::XmlReaderSettings::get_DtdProcessing method

XmlReaderSettings::get_DtdProcessing method

Returns a value that determines the processing of DTDs.

System::Xml::DtdProcessing System::Xml::XmlReaderSettings::get_DtdProcessing()

ReturnValue

One of the enumeration values that determines the processing of DTDs. The default is DtdProcessing::Prohibit.

See Also