ParserAdapter.ErrorHandler Property

Definition

Return the current error handler. -or- Set the error 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 supplied.

Implements

Attributes

Remarks

Property getter documentation:

Return the current error handler.

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

Property setter documentation:

Set the error handler.

Java documentation for org.xml.sax.helpers.ParserAdapter.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

See also