org.znerd.xsltcompress
Class XSLTCompressor

java.lang.Object
  |
  +--org.xml.sax.helpers.XMLFilterImpl
        |
        +--org.znerd.xsltcompress.XSLTCompressor
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler, XMLFilter, XMLReader

public final class XSLTCompressor
extends XMLFilterImpl

XSLT compressor.

Since:
XSLTCompress 0.1
Version:
$Revision: 1.1 $ $Date: 2003/04/25 14:04:44 $
Author:
Ernst de Haan (znerd@FreeBSD.org)

Fields inherited from class org.xml.sax.helpers.XMLFilterImpl
contentHandler, dtdHandler, entityResolver, errorHandler, locator, parent
 
Constructor Summary
XSLTCompressor()
          Constructs a new XSLTCompressor with no parent.
XSLTCompressor(XMLReader parent)
          Constructs a new XSLTCompressor with the specified parent.
 
Methods inherited from class org.xml.sax.helpers.XMLFilterImpl
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, setupParse, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

XSLTCompressor

public XSLTCompressor()
Constructs a new XSLTCompressor with no parent.

XSLTCompressor

public XSLTCompressor(XMLReader parent)
Constructs a new XSLTCompressor with the specified parent.


See http://xsltcompress.sourceforge.net/.
This Javadoc API documentation set contains private and package private members as well.