Uses of Enum
org.languagetool.tools.StringTools.ApiPrintMode
Packages that use StringTools.ApiPrintMode
-
Uses of StringTools.ApiPrintMode in org.languagetool.tools
Subclasses with type arguments of type StringTools.ApiPrintMode in org.languagetool.toolsModifier and TypeClassDescriptionstatic enumConstants for printing XML rule matches.Methods in org.languagetool.tools that return StringTools.ApiPrintModeModifier and TypeMethodDescriptionstatic StringTools.ApiPrintModeReturns 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.ApiPrintModeModifier and TypeMethodDescriptionRuleMatchAsXmlSerializer.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.