| Interface | Description |
|---|---|
| SAXFilter |
A SAXFilter consumes SAX events and passes SAX event to the next
org.xml.sax.ContentHandler.
|
| SAXGenerator |
This interface describes a generator component, which emit convert the
DXFDocument to SAX-Event.
|
| SAXSerializer |
This interface describes a Serializer, which will serialize the SAX-Events
to the given stream.
|
| Class | Description |
|---|---|
| AbstractSAXFilter | |
| AbstractSAXGenerator | |
| AbstractSAXSerializer | |
| AggregatorGenerator | |
| ConsoleSerializer | |
| SAXPrettyOutputter |
This outputs a SAXStream to an OutputStream with the given encoding or
otherwise with the default encoding (utf-8).
|