Property | Description | |||
Property Name | DTDProcessing | |||
Property Type | DTDProcessingType | |||
Accessors | Read/Write | |||
Description | Specifies how included DTDs will be processed. Default = DtdProcessing.PROHIBITED | |||
Remarks |
Values: PROHIBIT - Specifies that when a DTD is encountered, an Exception is thrown with a message that states that DTDs are prohibited. This is the default behavior. IGNORE - Causes the DOCTYPE element to be ignored. No DTD processing occurs. PARSE - Used for parsing DTDs. |