Uses of Class
org.apache.xmlgraphics.ps.dsc.DSCParser
Packages that use DSCParser
Package
Description
Tools for DSC-compliant PostScript files (DSC = Document Structuring Conventions).
Tools for working with DSC-compliant PostScript files.
-
Uses of DSCParser in org.apache.xmlgraphics.ps.dsc
Methods in org.apache.xmlgraphics.ps.dsc with parameters of type DSCParserModifier and TypeMethodDescriptionvoidHandle a DSC event.voidHandle a DSC event.voidDefaultNestedDocumentHandler.processEvent(DSCEvent event, DSCParser parser) Called for each DSC event.voidDSCListener.processEvent(DSCEvent event, DSCParser parser) Called for each DSC event.voidFilteringEventListener.processEvent(DSCEvent event, DSCParser parser) Called for each DSC event. -
Uses of DSCParser in org.apache.xmlgraphics.ps.dsc.tools
Methods in org.apache.xmlgraphics.ps.dsc.tools with parameters of type DSCParserModifier and TypeMethodDescriptionstatic DSCHeaderCommentDSCTools.checkAndSkipDSC30Header(DSCParser parser) Verifies that the file being parsed is a DSC 3.0 file.static DSCCommentDSCTools.nextPageOrTrailer(DSCParser parser, PSGenerator gen) Advances the parser to the next page or to the trailer or the end of file comment.