See: Description
| Interface | Description |
|---|---|
| WGAEncoder |
Encoder used to transform a text chunk, used either via attribute "encode" in WebTML or via method WGA.encode() in TMLScript or on the WGA Server API.
|
| WGAInputOnlyEncoder |
Flag interface for encoders that only want to process text chunks of origin INPUT and ignore all others (what is mostly the case)
|
| Class | Description |
|---|---|
| EncoderOutput |
Output object for WGA encoders
|
| EncodingFormatterEncoder |
Wrapper for an
ObjectFormatter to let it implement WGAEncoder
This one will ignore all text chunks that are not of type |
| TextChunk |
A text chunk for encoding
|
| Enum | Description |
|---|---|
| TextChunk.Origin |
An enum denoting the origin of a text chunk, which often decides if an encoder will transform or ignore it
|