Package net.sf.saxon

Class TransformerHandlerImpl

All Implemented Interfaces:
TransformerHandler, SourceLocator, LocationProvider, SaxonLocator, SourceLocationProvider, ContentHandler, DTDHandler, LexicalHandler, Locator

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