public abstract class AbstractSAXGenerator extends AbstractConfigurable implements SAXGenerator
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map |
context |
protected DXFDocument |
doc |
protected org.xml.sax.ContentHandler |
handler |
properties| Constructor and Description |
|---|
AbstractSAXGenerator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
generate()
This method has to be overwritten by any subclass.
|
void |
generate(DXFDocument doc,
org.xml.sax.ContentHandler handler,
java.util.Map context) |
getProperties, setPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProperties, setPropertiesprotected DXFDocument doc
protected org.xml.sax.ContentHandler handler
protected java.util.Map context
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 abstract void generate()
throws org.xml.sax.SAXException
org.xml.sax.SAXException