net.sf.joost.trax
Class TrAXFilter

java.lang.Object
  extended by org.xml.sax.helpers.XMLFilterImpl
      extended by net.sf.joost.trax.TrAXFilter
All Implemented Interfaces:
Constants, ContentHandler, DTDHandler, EntityResolver, ErrorHandler, XMLFilter, XMLReader

public class TrAXFilter
extends XMLFilterImpl
implements Constants

TrAXFilter

Version:
1.0
Author:
Zubow

Field Summary
private  ConfigurationErrListener configErrListener
           
private static org.apache.commons.logging.Log log
           
private  Processor processor
           
private  Templates templates
           
 
Fields inherited from interface net.sf.joost.Constants
DEBUG, DEFAULT_ENCODING, FEAT_NS, FEAT_NSPREFIX, FEATURE_URI_PREFIX, FUNC_NS, JOOST_EXT_NS, PR_ATTRIBUTES, PR_BUFFER, PR_CHILDREN, PR_CONTINUE, PR_ERROR, PR_SELF, PR_SIBLINGS, STX_NS
 
Constructor Summary
protected TrAXFilter(Templates templates)
          Constructor
 
Method Summary
 void parse(InputSource input)
          Parses the InputSource
 
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, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static org.apache.commons.logging.Log log

templates

private Templates templates

processor

private Processor processor

configErrListener

private ConfigurationErrListener configErrListener
Constructor Detail

TrAXFilter

protected TrAXFilter(Templates templates)
Constructor

Parameters:
templates - A Templates
Method Detail

parse

public void parse(InputSource input)
           throws SAXException,
                  IOException
Parses the InputSource

Specified by:
parse in interface XMLReader
Overrides:
parse in class XMLFilterImpl
Parameters:
input - A InputSource object.
Throws:
SAXException
IOException