net.sf.tomp.xtcl.filter
Class MyMultiFilter

java.lang.Object
  extended by net.sf.tomp.xtcl.filter.XTFilterImpl
      extended by net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
          extended by net.sf.tomp.xtcl.filter.MyMultiFilter
All Implemented Interfaces:
Identifiable, Parametrized, DynamicMultiFilter, HasOutputProperties, XTFilter, org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler, org.xml.sax.ext.LexicalHandler, org.xml.sax.XMLFilter, org.xml.sax.XMLReader

public class MyMultiFilter
extends DynamicMultiFilterImpl

A trial MultiFilter for testing purposes.

Author:
tomp

Field Summary
 
Fields inherited from class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
filters, firstFilter, isContentHandler, isDTDHandler, isEntityResolver, isErrorHandler, isLexicalHandler, lastFilter, outputPropertiesListener
 
Fields inherited from class net.sf.tomp.xtcl.filter.XTFilterImpl
contentHandler, dtdHandler, entityResolver, errorHandler, lexicalHandler, locator, parent
 
Constructor Summary
MyMultiFilter()
           
MyMultiFilter(org.xml.sax.XMLReader parent)
          Creates a new MyMultiFilter object.
 
Method Summary
 java.util.List getFilters()
          DOCUMENT ME!
protected  void setupFilters()
          DOCUMENT ME!
 
Methods inherited from class net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
addFilter, comment, connectHandlers, copyHandlers, determineHandlerInfo, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getFilter, getFilterCount, getOutputProperties, getProperty, characters, ignorableWhitespace, notationDecl, parse, processingInstruction, removeFilter, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setFilter, setLexicalHandler, setOutputProperties, setOutputPropertiesListener, setParameter, setParameterToFilter, setParent, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class net.sf.tomp.xtcl.filter.XTFilterImpl
getContext, getDocumentLocator, getId, getLexicalHandler, getParent, parse, setContext, setId, setProperty, setupParse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.tomp.xtcl.filter.XTFilter
getContext, setContext
 
Methods inherited from interface org.xml.sax.XMLFilter
getParent
 
Methods inherited from interface org.xml.sax.XMLReader
parse, setProperty
 
Methods inherited from interface net.sf.tomp.general.Identifiable
getId
 

Constructor Detail

MyMultiFilter

public MyMultiFilter()
              throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

MyMultiFilter

public MyMultiFilter(org.xml.sax.XMLReader parent)
              throws org.xml.sax.SAXException
Creates a new MyMultiFilter object.

Parameters:
parent - DOCUMENT ME!
Throws:
org.xml.sax.SAXException - DOCUMENT ME!
Method Detail

setupFilters

protected void setupFilters()
                     throws org.xml.sax.SAXException
DOCUMENT ME!

Throws:
org.xml.sax.SAXException - DOCUMENT ME!

getFilters

public java.util.List getFilters()
DOCUMENT ME!

Returns:
DOCUMENT ME!