Sets the current ContentHandler
.
For getting the ContentHandler
:
Set objContentHandler = oSAXXMLReader.ContentHandler
For setting the ContentHandler
:
Set oSAXXMLReader.ContentHandler = objCcontentHandler
The contentHandler
property gets or sets the current ContentHandler
for the IVBSAXContentHandler
interface.
Applies to: IVBSAXXMLReader Interface