| Interface | Description |
|---|---|
| DXFSectionHandler |
This interface descripe a Section Handler, which should handle a SECTION
block.
|
| Handler |
This is a simple marker-interface.
|
| HandlerManager | |
| Parser |
This interface describes a Parser, which will parse a specific
format and create a DXFDocument from this data.
|
| Class | Description |
|---|---|
| AbstractSectionHandler | |
| DXFBlocksSectionHandler | |
| DXFEntitiesSectionHandler | |
| DXFHeaderSectionHandler | |
| DXFObjectsSectionHandler | |
| DXFParser | |
| DXFTableSectionHandler | |
| DXFValue |
This is a helper class, which convert to different output formats.
|
| ParserBuilder | |
| SAXParserBuilder |
Build a Parser from XML stream with the following format:
|
| Exception | Description |
|---|---|
| ParseException |