net.sf.tomp.xtcl.filter
Class MyMultiFilter

java.lang.Object
  extended bynet.sf.tomp.xtcl.filter.XTFilterImpl
      extended bynet.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
          extended bynet.sf.tomp.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

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, setParent, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class net.sf.tomp.xtcl.filter.XTFilterImpl
getDocumentLocator, 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 net.sf.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
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!


Copyright © 2004 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.