Class TransformerHandlerImpl

  • All Implemented Interfaces:
    TransformerHandler, ContentHandler, DTDHandler, LexicalHandler

    public class TransformerHandlerImpl
    extends ReceivingContentHandler
    implements TransformerHandler
    TransformerHandlerImpl implements the javax.xml.transform.sax.TransformerHandler interface. It acts as a ContentHandler and LexicalHandler which receives a stream of SAX events representing an input document, and performs a transformation treating this SAX stream as the source document of the transformation.
    Author:
    Michael H. Kay