Org.Xml.Sax.Helpers.ParserFactory.MakeParser Method
Create a new SAX parser object using the class name provided.

Syntax

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

See Also

ParserFactory.MakeParser
Org.Xml.Sax.IParser

Parameters

className
A string containing the name of the SAX parser class.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
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 object using the class name provided.

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