dtdHandler Property (Visual Basic)
Sets the current DTDHandler.
Usage Syntax
For getting the DTDHandler:
Set objDTDHandler = oSAXXMLReader.dtdHandler
For setting the DTDHandler:
Set oSAXXMLReader.dtdHandler = objDTDHandler
Remarks
The dtdHandler property gets or sets the current DTDHandler for the IVBSAXDTDHandler interface.
See Also
Applies to: IVBSAXXMLReader Interface
