Package | Description |
---|---|
de.innovationgate.wgpublisher.encoders |
Types for implementing OpenWGA encoders
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TextChunk> |
EncoderOutput.getOutputChunks()
Returns the added chunks
|
Modifier and Type | Method and Description |
---|---|
void |
WGAEncoder.encode(WGA wga,
TextChunk input,
EncoderOutput output,
java.util.Map<java.lang.String,java.lang.String> flags)
Encodes a text chunk, using the given
EncoderOutput object to place the result. |
void |
EncodingFormatterEncoder.encode(WGA wga,
TextChunk input,
EncoderOutput output,
java.util.Map<java.lang.String,java.lang.String> flags) |
Constructor and Description |
---|
EncoderOutput(TextChunk inputChunk) |