|
xmlgraphics-commons 1.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NestedDocumentHandler
Interface that is used to delegate the handling of nested documents (EPS files, data sections) in a PostScript document. The implementation receives a parser instance so it can step forward until the end of the nested document is reached at which point control is given back to the original consumer.
It is suggested to use the more generally usable DSCListener
instead. This
interface may be deprecated in the future.
Method Summary | |
---|---|
void |
handle(DSCEvent event,
DSCParser parser)
Handle a DSC event. |
Method Detail |
---|
void handle(DSCEvent event, DSCParser parser) throws java.io.IOException, DSCException
event
- the DSC event to handleparser
- the DSC parser to work with
java.io.IOException
- In case of an I/O error
DSCException
- In case of a violation of the DSC spec
|
xmlgraphics-commons 1.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |