org.xml.sax.XMLReader.getErrorHandler
method
public getErrorHandler() as ErrorHandler
Description

Returns the current error handler.

Returns

Error handler, or null.

Example
handler = reader.getErrorHandler()