Property DTDHandler
DTDHandler
Gets or Sets a DTD event handler.
Declaration
IDTDHandler DTDHandler { get; set; }
Property Value
Type | Description |
---|---|
IDTDHandler |
Remarks
If the application does not register a DTD handler, all DTD events reported by the SAX parser will be silently ignored.
Applications may register a new or different handler in the middle of a parse, and the SAX parser must begin using the new handler immediately.