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