Package com.icl.saxon

Class TransformerHandlerImpl

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

    public class TransformerHandlerImpl
    extends ContentEmitter
    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.
    • Constructor Detail

      • TransformerHandlerImpl

        protected TransformerHandlerImpl​(Controller controller)
        Create a TransformerHandlerImpl and initialise variables. The constructor is protected, because the Filter should be created using newTransformerHandler() in the SAXTransformerFactory class