Org.Xml.Sax.Helpers.ParserFactory.MakeParser Method
Create a new SAX parser using the `org.xml.sax.parser' system property.

Syntax

[Android.Runtime.Register("makeParser", "()Lorg/xml/sax/Parser;", "")]
public static Org.Xml.Sax.IParser MakeParser ()

See Also

ParserFactory.MakeParser(string)
Org.Xml.Sax.IParser

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionThere is no value for the `org.xml.sax.parser' system property.
Java.Lang.ClassNotFoundExceptionThe SAX parser class was not found (check your CLASSPATH).
Java.Lang.IllegalAccessExceptionThe SAX parser class was found, but you do not have permission to load it.
Java.Lang.InstantiationExceptionThe SAX parser class was found but could not be instantiated.
Java.Lang.ClassCastExceptionThe SAX parser class was found and instantiated, but does not implement org.xml.sax.Parser.

Remarks

Create a new SAX parser using the `org.xml.sax.parser' system property.

The named class must exist and must implement the Org.Xml.Sax.IParser interface.

[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