XdmReaderSettings.DtdProcessing PropertyXdmReaderSettings.DtdProcessing PropertyXdmReaderSettings::DtdProcessing Property
- XmlPrime 5.0
- Other Versions ▼
Gets or sets a value that determines the processing of DTDs.
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Syntax
Public Property DtdProcessing As System.Xml.DtdProcessing Get Set(ByVal value As System.Xml.DtdProcessing)
public System.Xml.DtdProcessing DtdProcessing { get; set; }
public: property System.Xml::DtdProcessing DtdProcessing { System.Xml::DtdProcessing get(); void set(System.Xml::DtdProcessing value); }
Property Value
Type: System.Xml.DtdProcessingSystem.Xml.DtdProcessingSystem.Xml::DtdProcessing
One of the DtdProcessingDtdProcessingDtdProcessing values.