Javax.Xml.Validation.SchemaFactory.NewInstance Method
Returns an instance of the named implementation of SchemaFactory.

Syntax

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

Parameters

schemaLanguage
Documentation for this section has not yet been entered.
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
Java.Lang.IllegalArgumentExceptionif factoryClassName is not available, cannot be instantiated, or doesn't support schemaLanguage.

Remarks

Returns an instance of the named implementation of SchemaFactory.

[Android Documentation]

Requirements

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