Package com.icl.saxon

Class TemplatesHandlerImpl

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

    public class TemplatesHandlerImpl
    extends ContentEmitter
    implements TemplatesHandler
    TemplatesHandlerImpl implements the javax.xml.transform.sax.TemplatesHandler interface. It acts as a ContentHandler which receives a stream of SAX events representing a stylesheet, and returns a Templates object that represents the compiled form of this stylesheet.
    • Constructor Detail

      • TemplatesHandlerImpl

        protected TemplatesHandlerImpl​(TransformerFactoryImpl factory)
        Create a TemplatesHandlerImpl and initialise variables. The constructor is protected, because the Filter should be created using newTemplatesHandler() in the SAXTransformerFactory class