Class StylesheetHandler

java.lang.Object
org.exolab.adaptx.util.ErrorObserverAdapter
org.exolab.adaptx.xslt.util.StylesheetHandler
All Implemented Interfaces:
ErrorObserver, ContentHandler, DocumentHandler
Direct Known Subclasses:
TemplatesHandlerImpl

public class StylesheetHandler extends ErrorObserverAdapter implements ContentHandler, DocumentHandler
A class which implements a SAX DocumentHandler and ContentHandler and is used by the XSLTReader when reading an XSLT stylesheet.
Version:
$Revision: 3936 $ $Date: 2003-10-02 12:03:18 +0200 (Thu, 02 Oct 2003) $
Author:
Keith Visco
  • Constructor Details

    • StylesheetHandler

      public StylesheetHandler()
      Creates a new StylesheetHandler
    • StylesheetHandler

      public StylesheetHandler(XSLTReader xsltReader)
      Creates a new StylesheetHandler using the given XSLReader.
      Parameters:
      xsltReader - the XSLTReader to use when reading imported or included stylesheets
  • Method Details