org.apache.xalan.xsltc.trax
Class TrAXFilter

java.lang.Object
  |
  +--org.xml.sax.helpers.XMLFilterImpl
        |
        +--org.apache.xalan.xsltc.trax.TrAXFilter

public class TrAXFilter
extends XMLFilterImpl

skeleton extension of XMLFilterImpl for now.


Constructor Summary
TrAXFilter(Templates templates)
           
 
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, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrAXFilter

public TrAXFilter(Templates templates)
           throws TransformerConfigurationException


Copyright © 2001 Apache XML Project. All Rights Reserved.