@Deprecated
public interface Processor
Processor
post processes the output.Modifier and Type | Method and Description |
---|---|
void |
finished()
Deprecated.
Clean up the processor.
|
org.xml.sax.ContentHandler |
getContentHandler()
Deprecated.
Get the content handler to write the output to.
|
java.io.PrintWriter |
getWriter()
Deprecated.
Get the writer to write the output to.
|
void |
init(ProcessingContext context,
ProcessorConfiguration config)
Deprecated.
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
- IOException
java.io.PrintWriter getWriter()
org.xml.sax.ContentHandler getContentHandler()
void finished() throws java.io.IOException
java.io.IOException
- IOException
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"