public interface StringTransformer extends TransformerDefinition
The following features are supported:
ParserPackage.getStringTransformer()
Modifier and Type | Method and Description |
---|---|
String |
getCharset()
Returns the value of the 'Charset' attribute.
|
void |
setCharset(String value)
Sets the value of the '
Charset ' attribute. |
createTransformer
String getCharset()
"UTF-8"
.
If the meaning of the 'Charset' attribute isn't clear, there really should be more of a description here...
setCharset(String)
,
ParserPackage.getStringTransformer_Charset()
void setCharset(String value)
Charset
' attribute.
value
- the new value of the 'Charset' attribute.getCharset()