Package org.apache.xmlgraphics.ps.dsc
Tools for DSC-compliant PostScript files (DSC = Document Structuring Conventions).
-
Interface Summary 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 Summary 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).DSCParser.MyDSCListener EventRecorder DSCHandler implementation that records DSC events.EventRecorder.PSComment EventRecorder.PSLine FilteringEventListener DSCListener
implementation that filters certain DSC events.ResourceTracker This class is used to track resources in a DSC-compliant PostScript file.ResourceTracker.Counter -
Exception Summary Exception Description DSCException Exception to signal problems while parsing a supposedly DSC-conformant file.