public class AggregatorGenerator extends AbstractSAXFilter implements SAXGenerator
| Modifier and Type | Field and Description |
|---|---|
protected DXFDocument |
doc |
protected java.util.List |
generators |
static java.lang.String |
NAMESPACE |
static java.lang.String |
ROOT_ELEMENT |
properties| Constructor and Description |
|---|
AggregatorGenerator() |
| Modifier and Type | Method and Description |
|---|---|
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() |
setPropertiescharacters, 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, warningclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetPropertiessetContentHandlerpublic static final java.lang.String ROOT_ELEMENT
public static final java.lang.String NAMESPACE
protected java.util.List generators
protected DXFDocument doc
public void generate(DXFDocument doc, org.xml.sax.ContentHandler handler, java.util.Map context) throws org.xml.sax.SAXException
generate in interface SAXGeneratororg.xml.sax.SAXExceptionprotected void doGenerate()
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic void endDocument()
throws org.xml.sax.SAXException
endDocument in interface org.xml.sax.ContentHandlerendDocument in class org.xml.sax.helpers.XMLFilterImplorg.xml.sax.SAXExceptionpublic void startDocument()
throws org.xml.sax.SAXException
startDocument in interface org.xml.sax.ContentHandlerstartDocument in class org.xml.sax.helpers.XMLFilterImplorg.xml.sax.SAXExceptionpublic void addSAXGenerator(SAXGenerator generator)
public java.util.Map getProperties()
ConfigurablegetProperties in interface ConfigurablegetProperties in class AbstractSAXFilter