public interface Processor
Processor
post processes the output.Modifier and Type | Method and Description |
---|---|
void |
finished(boolean errorOccurred)
Clean up the processor.
|
org.xml.sax.ContentHandler |
getContentHandler()
Get the content handler to write the output to.
|
java.io.PrintWriter |
getWriter()
Get the writer to write the output to.
|
void |
init(ProcessingContext context,
ProcessorConfiguration config)
Initialize this component.
|
void init(ProcessingContext context, ProcessorConfiguration config) throws java.io.IOException
context
- The invocation context.config
- The configuration for this component.java.io.IOException
- If an error occursjava.io.PrintWriter getWriter()
org.xml.sax.ContentHandler getContentHandler()
void finished(boolean errorOccurred) throws java.io.IOException
errorOccurred
- Indicates if an error occurred during processingjava.io.IOException
- in case of problemsCopyright © 2010 - 2023 Adobe. All Rights Reserved