| Package | Description |
|---|---|
| org.languagetool.tools |
| Modifier and Type | Method and Description |
|---|---|
static StringTools.ApiPrintMode |
StringTools.ApiPrintMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringTools.ApiPrintMode[] |
StringTools.ApiPrintMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RuleMatchAsXmlSerializer.ruleMatchesToXml(List<RuleMatch> ruleMatches,
String text,
int contextSize,
StringTools.ApiPrintMode xmlMode,
Language lang,
List<String> unknownWords)
Deprecated.
Get an XML representation of the given rule matches.
|