public 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 and Description |
---|---|
void |
handle(DSCEvent event,
DSCParser parser)
Handle a DSC event.
|
void handle(DSCEvent event, DSCParser parser) throws IOException, DSCException
event
- the DSC event to handleparser
- the DSC parser to work withIOException
- In case of an I/O errorDSCException
- In case of a violation of the DSC specCopyright © 2024 Apache Software Foundation. All rights reserved.