dtdHandler Property (Visual Basic)

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SAX2 Reference

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