Sets the current DTDHandler.
For getting the DTDHandler:
Set objDTDHandler = oSAXXMLReader.dtdHandler
For setting the DTDHandler:
Set oSAXXMLReader.dtdHandler = objDTDHandler
The dtdHandler property gets or sets the current DTDHandler for the IVBSAXDTDHandler interface.
Applies to: IVBSAXXMLReader Interface