contentHandler Property (Visual Basic)

MSXML 5.0 SDK

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

contentHandler Property (Visual Basic)

Sets the current ContentHandler.

Usage Syntax

For getting the ContentHandler:

Set objContentHandler = oSAXXMLReader.ContentHandler

For setting the ContentHandler:

Set oSAXXMLReader.ContentHandler = objCcontentHandler

Remarks

The contentHandler property gets or sets the current ContentHandler for the IVBSAXContentHandler interface.

See Also

Applies to: IVBSAXXMLReader Interface