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