Javax.Xml.Parsers.SAXParserFactory.NewInstance Method
Returns an instance of the named implementation of SAXParserFactory.

Syntax

[Android.Runtime.Register("newInstance", "(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljavax/xml/parsers/SAXParserFactory;", "")]
public static SAXParserFactory NewInstance (string p0, Java.Lang.ClassLoader p1)

Parameters

factoryClassName
Documentation for this section has not yet been entered.
classLoader
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Javax.Xml.Parsers.FactoryConfigurationErrorif factoryClassName is not available or cannot be instantiated.

Remarks

Returns an instance of the named implementation of SAXParserFactory.

[Android Documentation]

Requirements

Namespace: Javax.Xml.Parsers
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9