[Android.Runtime.Register("setErrorHandler", "(Lorg/xml/sax/ErrorHandler;)V", "GetSetErrorHandler_Lorg_xml_sax_ErrorHandler_Handler")] public abstract voidSetErrorHandler (Org.Xml.Sax.IErrorHandler handler)
Parameters
eh
The ErrorHandler to be used by the parser.
Remarks
Specify the Org.Xml.Sax.IErrorHandler to be used by the parser.
Setting this to null will result in the underlying
implementation using it's own default implementation and
behavior.