Registers or returns the current ErrorHandler
.
For getting the ErrorHandler
:
Set objErrorHandler = oSAXXMLReader.errorHandler
For setting the ErrorHandler
:
Set oSAXXMLReader.errorHandler = objErrorHandler
The errorHandler
property gets or sets the current ErrorHandler
for the IVBSAXErrorHandler
interface.
Applies to: IVBSAXXMLReader Interface