Package | Description |
---|---|
org.apache.xmlgraphics.ps.dsc |
Tools for DSC-compliant PostScript files (DSC = Document Structuring Conventions).
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultNestedDocumentHandler
DSCListener implementation which automatically skips data
between Begin/EndDocument and Begin/EndData. |
Modifier and Type | Field and Description |
---|---|
private NestedDocumentHandler |
DSCParser.MyDSCListener.handler |
Modifier and Type | Method and Description |
---|---|
void |
DSCParser.setNestedDocumentHandler(NestedDocumentHandler handler)
Sets a NestedDocumentHandler which is used to skip nested documents like embedded EPS files.
|