Uses of Class
net.sf.okapi.common.resource.WhitespaceStrategy
-
Packages that use WhitespaceStrategy Package Description net.sf.okapi.common.resource Interfaces and classes that represent the parsed resources attached to the events sent by a filter. -
-
Uses of WhitespaceStrategy in net.sf.okapi.common.resource
Fields in net.sf.okapi.common.resource declared as WhitespaceStrategy Modifier and Type Field Description WhitespaceStrategyTextPart. whitespaceStrategyMethods in net.sf.okapi.common.resource that return WhitespaceStrategy Modifier and Type Method Description WhitespaceStrategyTextPart. getWhitespaceStrategy()static WhitespaceStrategyWhitespaceStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static WhitespaceStrategy[]WhitespaceStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.common.resource with parameters of type WhitespaceStrategy Modifier and Type Method Description voidTextPart. setWhitespaceStrategy(WhitespaceStrategy whitespaceStrategy)
-