Org.Xml.Sax.Ext.DefaultHandler2 Class
This class extends the SAX2 base handler class to support the SAX2 Org.Xml.Sax.Ext.ILexicalHandler, Org.Xml.Sax.Ext.IDeclHandler, and Org.Xml.Sax.Ext.IEntityResolver2 extensions.

See Also: DefaultHandler2 Members

Syntax

[Android.Runtime.Register("org/xml/sax/ext/DefaultHandler2", DoNotGenerateAcw=true)]
public class DefaultHandler2 : Org.Xml.Sax.Helpers.DefaultHandler, IDeclHandler, IEntityResolver2, ILexicalHandler, IDisposable

Remarks

This class extends the SAX2 base handler class to support the SAX2 Org.Xml.Sax.Ext.ILexicalHandler, Org.Xml.Sax.Ext.IDeclHandler, and Org.Xml.Sax.Ext.IEntityResolver2 extensions. Except for overriding the original SAX1 Org.Xml.Sax.Helpers.DefaultHandler.ResolveEntity(string, System.String) method the added handler methods just return. Subclassers may override everything on a method-by-method basis.

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

Note: this class might yet learn that the ContentHandler.setDocumentLocator() call might be passed a Org.Xml.Sax.Ext.ILocator2 object, and that the ContentHandler.startElement() call might be passed a Org.Xml.Sax.Ext.IAttributes2 object.

[Android Documentation]

Requirements

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