DefaultNestedDocumentHandlerpublic interface NestedDocumentHandler
It is suggested to use the more generally usable DSCListener instead. This
interface may be deprecated in the future.
| Modifier and Type | Method | Description |
|---|---|---|
void |
handle(DSCEvent event,
DSCParser parser) |
Handle a DSC event.
|
void handle(DSCEvent event, DSCParser parser) throws java.io.IOException, DSCException
event - the DSC event to handleparser - the DSC parser to work withjava.io.IOException - In case of an I/O errorDSCException - In case of a violation of the DSC specCopyright 1999-2018 The Apache Software Foundation. All Rights Reserved.