public abstract class AbstractSAXFilter extends org.xml.sax.helpers.XMLFilterImpl implements SAXFilter
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map |
properties |
| Constructor and Description |
|---|
AbstractSAXFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getProperties()
Get the configuration Properties of the component.
|
void |
setProperties(java.util.Map properties)
Set configuration properties of the component
|
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, warningclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetContentHandlerpublic void setProperties(java.util.Map properties)
ConfigurablesetProperties in interface Configurablepublic java.util.Map getProperties()
ConfigurablegetProperties in interface Configurable