XMLFilterImpl.ErrorHandler Property

Definition

Get the current error event handler. -or- Set the error event handler.

public virtual Org.Xml.Sax.IErrorHandler? ErrorHandler { [Android.Runtime.Register("getErrorHandler", "()Lorg/xml/sax/ErrorHandler;", "GetGetErrorHandlerHandler")] get; [Android.Runtime.Register("setErrorHandler", "(Lorg/xml/sax/ErrorHandler;)V", "GetSetErrorHandler_Lorg_xml_sax_ErrorHandler_Handler")] set; }
[<get: Android.Runtime.Register("getErrorHandler", "()Lorg/xml/sax/ErrorHandler;", "GetGetErrorHandlerHandler")>]
[<set: Android.Runtime.Register("setErrorHandler", "(Lorg/xml/sax/ErrorHandler;)V", "GetSetErrorHandler_Lorg_xml_sax_ErrorHandler_Handler")>]
member this.ErrorHandler : Org.Xml.Sax.IErrorHandler with get, set

Property Value

The current error handler, or null if none was set.

Implements

Attributes

Remarks

Property getter documentation:

Get the current error event handler.

Java documentation for org.xml.sax.helpers.XMLFilterImpl.getErrorHandler().

Property setter documentation:

Set the error event handler.

Java documentation for org.xml.sax.helpers.XMLFilterImpl.setErrorHandler(org.xml.sax.ErrorHandler).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to