| Package | Description |
|---|---|
| net.sf.okapi.common.encoder |
Classes to implement and manage encoders for different file formats.
|
| Modifier and Type | Method and Description |
|---|---|
static QuoteMode |
QuoteMode.fromValue(int value) |
static QuoteMode |
QuoteMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuoteMode[] |
QuoteMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HtmlEncoder(String encoding,
String lineBreak,
QuoteMode quoteMode) |
Parameters(boolean escapeGt,
boolean escapeNbsp,
boolean escapeLineBreak,
QuoteMode quoteMode) |
XMLEncoder(String encoding,
String lineBreak,
boolean escapeGT,
boolean escapeNbsp,
boolean escapeLineBreak,
QuoteMode quoteMode) |
Copyright © 2022. All rights reserved.