tomp.xtcl.filter
Class MyMultiFilter

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

public class MyMultiFilter
extends DynamicMultiFilterImpl


Field Summary
 
Fields inherited from class tomp.xtcl.filter.DynamicMultiFilterImpl
filters, firstFilter, isContentHandler, isDTDHandler, isEntityResolver, isErrorHandler, isLexicalHandler, lastFilter, outputPropertiesListener
 
Fields inherited from class tomp.xtcl.filter.XTFilterImpl
contentHandler, dtdHandler, entityResolver, errorHandler, lexicalHandler, locator, parent
 
Constructor Summary
MyMultiFilter()
           
MyMultiFilter(org.xml.sax.XMLReader parent)
           
 
Method Summary
 java.util.List getFilters()
           
protected  void setupFilters()
           
 
Methods inherited from class 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, setParent, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class tomp.xtcl.filter.XTFilterImpl
getLexicalHandler, getParent, parse, setParameter, setProperty, setupParse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xml.sax.XMLFilter
getParent
 
Methods inherited from interface org.xml.sax.XMLReader
parse, setProperty
 
Methods inherited from interface tomp.general.Parametrized
setParameter
 

Constructor Detail

MyMultiFilter

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

MyMultiFilter

public MyMultiFilter(org.xml.sax.XMLReader parent)
              throws org.xml.sax.SAXException
Method Detail

setupFilters

protected void setupFilters()
                     throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getFilters

public java.util.List getFilters()