Uses of Class
org.languagetool.tools.StringTools.ApiPrintMode
-
Packages that use StringTools.ApiPrintMode Package Description org.languagetool.tools -
-
Uses of StringTools.ApiPrintMode in org.languagetool.tools
Methods in org.languagetool.tools that return StringTools.ApiPrintMode Modifier and Type Method Description static StringTools.ApiPrintMode
StringTools.ApiPrintMode. valueOf(java.lang.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.Methods in org.languagetool.tools with parameters of type StringTools.ApiPrintMode Modifier and Type Method Description java.lang.String
RuleMatchAsXmlSerializer. ruleMatchesToXml(java.util.List<RuleMatch> ruleMatches, java.lang.String text, int contextSize, StringTools.ApiPrintMode xmlMode, Language lang, java.util.List<java.lang.String> unknownWords)
Deprecated.Get an XML representation of the given rule matches.
-