Class 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.
    Author:
    Panos Kougiouris panos@acm.org, Santiago.PericasGeertsen@sun.com