Package com.icl.saxon

Class TransformerHandlerImpl

java.lang.Object
com.icl.saxon.ContentEmitter
com.icl.saxon.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.
Author:
Michael H. Kay
  • Field Details

  • Constructor Details

    • 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
  • Method Details