|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xml.sax.helpers.XMLFilterImpl org.kabeja.xml.AbstractSAXFilter
public abstract class AbstractSAXFilter
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 |
---|
protected java.util.Map properties
Constructor Detail |
---|
public AbstractSAXFilter()
Method Detail |
---|
public void setProperties(java.util.Map properties)
Configurable
setProperties
in interface Configurable
public java.util.Map getProperties()
Configurable
getProperties
in interface Configurable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |