Org.Xml.Sax.Helpers.DefaultHandler Class
Default base class for SAX2 event handlers.

See Also: DefaultHandler Members

Syntax

[Android.Runtime.Register("org/xml/sax/helpers/DefaultHandler", DoNotGenerateAcw=true)]
public class DefaultHandler : Java.Lang.Object, Org.Xml.Sax.IContentHandler, Org.Xml.Sax.IDTDHandler, Org.Xml.Sax.IEntityResolver, Org.Xml.Sax.IErrorHandler, IDisposable

Remarks

Default base class for SAX2 event handlers.

This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY. See for further information.

This class is available as a convenience base class for SAX2 applications: it provides default implementations for all of the callbacks in the four core SAX2 handler classes:

Application writers can extend this class when they need to implement only part of an interface; parser writers can instantiate this class to provide default handlers when the application has not supplied its own.

This class replaces the deprecated SAX1 Org.Xml.Sax.HandlerBase class.

See Also

[Android Documentation]

Requirements

Namespace: Org.Xml.Sax.Helpers
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1