Uses of Class
net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector.Whitespace
-
Packages that use WhitespaceCorrector.Whitespace Package Description net.sf.okapi.steps.whitespacecorrection -
-
Uses of WhitespaceCorrector.Whitespace in net.sf.okapi.steps.whitespacecorrection
Fields in net.sf.okapi.steps.whitespacecorrection with type parameters of type WhitespaceCorrector.Whitespace Modifier and Type Field Description static Set<WhitespaceCorrector.Whitespace>WhitespaceCorrector. ALL_WHITESPACEstatic Set<WhitespaceCorrector.Whitespace>WhitespaceCorrector. HORIZONTAL_TABSstatic Set<WhitespaceCorrector.Whitespace>WhitespaceCorrector. NONBREAKING_SPACESstatic Set<WhitespaceCorrector.Whitespace>WhitespaceCorrector. OTHERstatic Set<WhitespaceCorrector.Whitespace>WhitespaceCorrector. SPACEstatic Set<WhitespaceCorrector.Whitespace>WhitespaceCorrector. VERTICAL_WHITESPACEprotected Set<WhitespaceCorrector.Whitespace>WhitespaceCorrector. whitespaceMethods in net.sf.okapi.steps.whitespacecorrection that return WhitespaceCorrector.Whitespace Modifier and Type Method Description static WhitespaceCorrector.WhitespaceWhitespaceCorrector.Whitespace. valueOf(String name)Returns the enum constant of this type with the specified name.static WhitespaceCorrector.Whitespace[]WhitespaceCorrector.Whitespace. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.steps.whitespacecorrection that return types with arguments of type WhitespaceCorrector.Whitespace Modifier and Type Method Description EnumSet<WhitespaceCorrector.Whitespace>WhitespaceCorrectionStepParameters. getWhitespace()Method parameters in net.sf.okapi.steps.whitespacecorrection with type arguments of type WhitespaceCorrector.Whitespace Modifier and Type Method Description voidWhitespaceCorrectionStepParameters. setWhiteSpace(Collection<WhitespaceCorrector.Whitespace> whitespace)
-