org.kabeja.xml
Class AbstractSAXFilter

java.lang.Object
  extended by org.xml.sax.helpers.XMLFilterImpl
      extended by org.kabeja.xml.AbstractSAXFilter
All Implemented Interfaces:
Configurable, SAXFilter, org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler, org.xml.sax.XMLFilter, org.xml.sax.XMLReader
Direct Known Subclasses:
AggregatorGenerator

public abstract class AbstractSAXFilter
extends org.xml.sax.helpers.XMLFilterImpl
implements SAXFilter

Author:
Simon Mieth

Field Summary
protected  java.util.Map properties
           
 
Constructor Summary
AbstractSAXFilter()
           
 
Method Summary
 java.util.Map getProperties()
          Get the configuration Properties of the component.
 void setProperties(java.util.Map properties)
          Set configuration properties of the component
 
Methods inherited from class org.xml.sax.helpers.XMLFilterImpl
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kabeja.xml.SAXFilter
setContentHandler
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Field Detail

properties

protected java.util.Map properties
Constructor Detail

AbstractSAXFilter

public AbstractSAXFilter()
Method Detail

setProperties

public void setProperties(java.util.Map properties)
Description copied from interface: Configurable
Set configuration properties of the component

Specified by:
setProperties in interface Configurable

getProperties

public java.util.Map getProperties()
Description copied from interface: Configurable
Get the configuration Properties of the component.

Specified by:
getProperties in interface Configurable
Returns: