@Deprecated
public interface Transformer
extends org.xml.sax.ContentHandler
Transformer
interface defines the middle of a rewriter pipeline.Modifier and Type | Method and Description |
---|---|
void |
init(ProcessingContext context,
ProcessingComponentConfiguration config)
Deprecated.
Initialize this component.
|
void |
setContentHandler(org.xml.sax.ContentHandler handler)
Deprecated.
Set the content handler the transformer should stream to.
|
void init(ProcessingContext context, ProcessingComponentConfiguration config) throws java.io.IOException
context
- The invocation context.config
- The configuration for this component.java.io.IOException
- IOException
void setContentHandler(org.xml.sax.ContentHandler handler)
handler
- Another transformer or a serializer."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"