Uses of Class
org.geotools.xs.facets.Whitespace
Packages that use Whitespace
Package
Description
Captures initial mapping of XML Simple Types to Java Objects.
- 
Uses of Whitespace in org.geotools.xs.facetsFields in org.geotools.xs.facets declared as WhitespaceModifier and TypeFieldDescriptionstatic final WhitespaceWhitespace.COLLAPSEAll occurrences of tab, line feed and carriage return are replaced with space.static final WhitespaceWhitespace.PRESERVENo normalization is done, the value is not changedstatic final WhitespaceWhitespace.REPLACEAll occurrences of tab, line feed and carriage return are replaced with space.Methods in org.geotools.xs.facets that return WhitespaceModifier and TypeMethodDescriptionstatic WhitespaceReturns the enum constant of the specified enum type with the specified name.Methods in org.geotools.xs.facets with parameters of type Whitespace