|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.tomp.xtcl.filter.XTFilterImpl
net.sf.tomp.xtcl.filter.DynamicMultiFilterImpl
net.sf.tomp.xtcl.filter.MyMultiFilter
public class MyMultiFilter
A trial MultiFilter for testing purposes.
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.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 |
---|
public MyMultiFilter() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public MyMultiFilter(org.xml.sax.XMLReader parent) throws org.xml.sax.SAXException
parent
- DOCUMENT ME!
org.xml.sax.SAXException
- DOCUMENT ME!Method Detail |
---|
protected void setupFilters() throws org.xml.sax.SAXException
org.xml.sax.SAXException
- DOCUMENT ME!public java.util.List getFilters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |