Uses of Interface
org.apache.xmlgraphics.ps.dsc.NestedDocumentHandler
Packages that use NestedDocumentHandler
Package
Description
Tools for DSC-compliant PostScript files (DSC = Document Structuring Conventions).
-
Uses of NestedDocumentHandler in org.apache.xmlgraphics.ps.dsc
Classes in org.apache.xmlgraphics.ps.dsc that implement NestedDocumentHandlerModifier and TypeClassDescriptionclass
DSCListener
implementation which automatically skips data between Begin/EndDocument and Begin/EndData.Methods in org.apache.xmlgraphics.ps.dsc with parameters of type NestedDocumentHandlerModifier and TypeMethodDescriptionvoid
DSCParser.setNestedDocumentHandler
(NestedDocumentHandler handler) Sets a NestedDocumentHandler which is used to skip nested documents like embedded EPS files.