Org.Xml.Sax.Helpers.XMLReaderFactory.CreateXMLReader Method
Attempt to create an XML reader from a class name.

Syntax

[Android.Runtime.Register("createXMLReader", "(Ljava/lang/String;)Lorg/xml/sax/XMLReader;", "")]
public static Org.Xml.Sax.IXMLReader CreateXMLReader (string className)

See Also

XMLReaderFactory.CreateXMLReader

Parameters

className
Note that this method will not be usable in environments where the caller (perhaps an applet) is not permitted to load classes dynamically.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Org.Xml.Sax.SAXExceptionIf the class cannot be loaded, instantiated, and cast to XMLReader.

Remarks

Attempt to create an XML reader from a class name.

Given a class name, this method attempts to load and instantiate the class as an XML reader.

[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