Uses of Class
org.geotools.xs.facets.Whitespace
- 
Packages that use Whitespace Package Description org.geotools.xs.facets Captures initial mapping of XML Simple Types to Java Objects. - 
- 
Uses of Whitespace in org.geotools.xs.facets
Fields in org.geotools.xs.facets declared as Whitespace Modifier and Type Field Description static WhitespaceWhitespace. COLLAPSEAll occurrences of tab, line feed and carriage return are replaced with space.static WhitespaceWhitespace. PRESERVENo normalization is done, the value is not changedstatic WhitespaceWhitespace. REPLACEAll occurrences of tab, line feed and carriage return are replaced with space.Methods in org.geotools.xs.facets that return Whitespace Modifier and Type Method Description static WhitespaceWhitespace. valueOf(String whitespace)Returns the enum constant of the specified enum type with the specified name.Methods in org.geotools.xs.facets with parameters of type Whitespace Modifier and Type Method Description intWhitespace. compareTo(Whitespace other) 
 -