Javax.Xml.Transform.Transformer Class
An instance of this abstract class can transform a source tree into a result tree.

See Also: Transformer Members

Syntax

[Android.Runtime.Register("javax/xml/transform/Transformer", DoNotGenerateAcw=true)]
public abstract class Transformer : Java.Lang.Object

Remarks

An instance of this abstract class can transform a source tree into a result tree.

An instance of this class can be obtained with the TransformerFactory.NewTransformer method. This instance may then be used to process XML from a variety of sources and write the transformation output to a variety of sinks.

An object of this class may not be used in multiple threads running concurrently. Different Transformers may be used concurrently by different threads.

A Transformer may be used multiple times. Parameters and output properties are preserved across transformations.

[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