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.facets
Fields in org.geotools.xs.facets declared as WhitespaceModifier and TypeFieldDescriptionstatic final Whitespace
Whitespace.COLLAPSE
All occurrences of tab, line feed and carriage return are replaced with space.static final Whitespace
Whitespace.PRESERVE
No normalization is done, the value is not changedstatic final Whitespace
Whitespace.REPLACE
All occurrences of tab, line feed and carriage return are replaced with space.Methods in org.geotools.xs.facets that return WhitespaceModifier and TypeMethodDescriptionstatic 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