Uses of Interface
org.apache.xmlgraphics.ps.dsc.NestedDocumentHandler
-
Packages that use NestedDocumentHandler Package Description org.apache.xmlgraphics.ps.dsc 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 NestedDocumentHandler Modifier and Type Class Description class
DefaultNestedDocumentHandler
DSCListener
implementation which automatically skips data between Begin/EndDocument and Begin/EndData.Fields in org.apache.xmlgraphics.ps.dsc declared as NestedDocumentHandler Modifier and Type Field Description private NestedDocumentHandler
DSCParser.MyDSCListener. handler
Methods in org.apache.xmlgraphics.ps.dsc with parameters of type NestedDocumentHandler Modifier and Type Method Description void
DSCParser. setNestedDocumentHandler(NestedDocumentHandler handler)
Sets a NestedDocumentHandler which is used to skip nested documents like embedded EPS files.
-