Class EfficientStreamingTransformer

java.lang.Object
javax.xml.transform.Transformer
com.sun.xml.messaging.saaj.util.transform.EfficientStreamingTransformer

public class EfficientStreamingTransformer extends Transformer
This class is a proxy for a Transformer object with optimizations for certain cases. If source and result are of type stream, then bytes are simply copied whenever possible (note that this assumes that the input is well formed). In addition, it provides support for FI using native DOM parsers and serializers.