Package com.icl.saxon

Class TemplatesHandlerImpl

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

  • Constructor Details

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