public interface Processor
Processor
post processes the output.Modifier and Type | Method and Description |
---|---|
void |
finished(boolean errorOccured)
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 errorOccured) throws java.io.IOException
errorOccured
- Indicates if an error occured during processingjava.io.IOException
Copyright © 2010 - 2020 Adobe. All Rights Reserved