See: Description
Interface | Description |
---|---|
DSCFilter |
Filter interface for DSC events used by the DSC parser.
|
DSCHandler |
Interface containing events generated by the DSCParser.
|
DSCListener |
Listener interface for the DSC parser.
|
DSCParserConstants |
Constants the DSC parser uses.
|
NestedDocumentHandler |
Interface that is used to delegate the handling of nested documents (EPS files, data sections)
in a PostScript document.
|
Class | Description |
---|---|
DefaultDSCHandler |
Default implementation of a DSCHandler which simply passes through the PostScript content
unchanged.
|
DefaultNestedDocumentHandler |
DSCListener implementation which automatically skips data
between Begin/EndDocument and Begin/EndData. |
DSCCommentFactory |
Factory for DSCComment subclasses.
|
DSCParser |
Parser for DSC-compliant PostScript files (DSC = Document Structuring Conventions).
|
EventRecorder |
DSCHandler implementation that records DSC events.
|
FilteringEventListener |
DSCListener implementation that filters certain DSC events. |
ResourceTracker |
This class is used to track resources in a DSC-compliant PostScript file.
|
Exception | Description |
---|---|
DSCException |
Exception to signal problems while parsing a supposedly DSC-conformant file.
|
Tools for DSC-compliant PostScript files (DSC = Document Structuring Conventions).
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.