Package net.sf.saxon

Class TemplatesHandlerImpl

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

public class TemplatesHandlerImpl extends ReceivingContentHandler 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