net.sf.tomp.xtcl.filter
Interface DynamicFilter

All Superinterfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler, HasOutputProperties, org.xml.sax.ext.LexicalHandler, Parametrized, org.xml.sax.XMLFilter, org.xml.sax.XMLReader, XTFilter
All Known Implementing Classes:
DynamicFilterImpl

public interface DynamicFilter
extends XTFilter, HasOutputProperties

DOCUMENT ME!

Author:
tomp

Method Summary
 org.xml.sax.XMLFilter getFilter()
          DOCUMENT ME!
 void setFilter(org.xml.sax.XMLFilter f)
          DOCUMENT ME!
 
Methods inherited from interface org.xml.sax.XMLFilter
getParent, setParent
 
Methods inherited from interface org.xml.sax.XMLReader
getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getProperty, parse, parse, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty
 
Methods inherited from interface org.xml.sax.ContentHandler
endDocument, endElement, endPrefixMapping, characters, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 
Methods inherited from interface org.xml.sax.EntityResolver
resolveEntity
 
Methods inherited from interface org.xml.sax.DTDHandler
notationDecl, unparsedEntityDecl
 
Methods inherited from interface org.xml.sax.ext.LexicalHandler
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
 
Methods inherited from interface org.xml.sax.ErrorHandler
error, fatalError, warning
 
Methods inherited from interface net.sf.tomp.general.Parametrized
setParameter
 
Methods inherited from interface net.sf.tomp.xtcl.filter.HasOutputProperties
getOutputProperties, setOutputProperties, setOutputPropertiesListener
 

Method Detail

setFilter

public void setFilter(org.xml.sax.XMLFilter f)
               throws org.xml.sax.SAXException
DOCUMENT ME!

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

getFilter

public org.xml.sax.XMLFilter getFilter()
DOCUMENT ME!

Returns:
DOCUMENT ME!


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