Org.Xml.Sax.Helpers.XMLReaderAdapter Class
Adapt a SAX2 XMLReader as a SAX1 Parser.

See Also: XMLReaderAdapter Members

Syntax

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

Remarks

Adapt a SAX2 XMLReader as a SAX1 Parser.

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

This class wraps a SAX2 Org.Xml.Sax.IXMLReader and makes it act as a SAX1 Org.Xml.Sax.IParser. The XMLReader must support a true value for the http://xml.org/sax/features/namespace-prefixes property or parsing will fail with a Org.Xml.Sax.SAXException; if the XMLReader supports a false value for the http://xml.org/sax/features/namespaces property, that will also be used to improve efficiency.

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