|
|||||||||
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 org.kabeja.xml.AggregatorGenerator
public class AggregatorGenerator
Field Summary | |
---|---|
protected DXFDocument |
doc
|
protected java.util.List |
generators
|
static java.lang.String |
NAMESPACE
|
static java.lang.String |
ROOT_ELEMENT
|
Fields inherited from class org.kabeja.xml.AbstractSAXFilter |
---|
properties |
Constructor Summary | |
---|---|
AggregatorGenerator()
|
Method Summary | |
---|---|
void |
addSAXGenerator(SAXGenerator generator)
|
protected void |
doGenerate()
|
void |
endDocument()
|
void |
generate(DXFDocument doc,
org.xml.sax.ContentHandler handler,
java.util.Map context)
|
java.util.Map |
getProperties()
Get the configuration Properties of the component. |
void |
startDocument()
|
Methods inherited from class org.kabeja.xml.AbstractSAXFilter |
---|
setProperties |
Methods inherited from class org.xml.sax.helpers.XMLFilterImpl |
---|
characters, 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, 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.processing.Configurable |
---|
setProperties |
Methods inherited from interface org.kabeja.xml.SAXFilter |
---|
setContentHandler |
Methods inherited from interface org.xml.sax.ContentHandler |
---|
characters, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startElement, startPrefixMapping |
Field Detail |
---|
public static final java.lang.String ROOT_ELEMENT
public static final java.lang.String NAMESPACE
protected java.util.List generators
protected DXFDocument doc
Constructor Detail |
---|
public AggregatorGenerator()
Method Detail |
---|
public void generate(DXFDocument doc, org.xml.sax.ContentHandler handler, java.util.Map context) throws org.xml.sax.SAXException
generate
in interface SAXGenerator
org.xml.sax.SAXException
protected void doGenerate() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void endDocument() throws org.xml.sax.SAXException
endDocument
in interface org.xml.sax.ContentHandler
endDocument
in class org.xml.sax.helpers.XMLFilterImpl
org.xml.sax.SAXException
public void startDocument() throws org.xml.sax.SAXException
startDocument
in interface org.xml.sax.ContentHandler
startDocument
in class org.xml.sax.helpers.XMLFilterImpl
org.xml.sax.SAXException
public void addSAXGenerator(SAXGenerator generator)
public java.util.Map getProperties()
Configurable
getProperties
in interface Configurable
getProperties
in class AbstractSAXFilter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |