public interface ConfigurableTransformer extends Transformer
| Modifier and Type | Method and Description |
|---|---|
void |
configure(int to)
If a transformer can handle more then one destination
format, it can be configured with this.
|
String |
getEncoding()
Returns the encoding that is currently active
|
Map<String,Config> |
transformers()
Returns which transformations can be done by an object of this class.
|
toStringvoid configure(int to)
to can be null.Map<String,Config> transformers()
String getEncoding()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}