Javax.Xml.Transform.TransformerFactory.NewInstance Method
Returns Android's implementation of TransformerFactory.

Syntax

[Android.Runtime.Register("newInstance", "()Ljavax/xml/transform/TransformerFactory;", "")]
public static TransformerFactory NewInstance ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Javax.Xml.Transform.TransformerFactoryConfigurationErrornever. Included for API compatibility with other Java implementations.

Remarks

Returns Android's implementation of TransformerFactory. Unlike other Java implementations, this method does not consult system properties, properties files, or the services API.

[Android Documentation]

Requirements

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