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 Whitespace
Whitespace. COLLAPSE
All occurrences of tab, line feed and carriage return are replaced with space.static Whitespace
Whitespace. PRESERVE
No normalization is done, the value is not changedstatic Whitespace
Whitespace. REPLACE
All 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 Whitespace
Whitespace. 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 int
Whitespace. compareTo(Whitespace other)
-