See Also: Transformer Members
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.