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.
Versioning
Implemented in: MSXML 3.0 and later