System::Xml::XmlReaderSettings::get_ProhibitDtd メソッド
XmlReaderSettings::get_ProhibitDtd method
文書型定義 (DTD) の処理を禁止するかどうかを示す値を返します。
bool System::Xml::XmlReaderSettings::get_ProhibitDtd()
ReturnValue
true to prohibit DTD processing; otherwise false. The default is true.
Deprecated
このメソッドは廃止予定です。代わりに XmlTextReader::get_DtdProcessing を使用してください。
参照
- Class XmlReaderSettings
- Namespace System::Xml
- Library Aspose.Page for C++