Fields in org.geotools.xs.facets declared as Whitespace |
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 changed
Simon the spec says: No normalization is done, the value is not changed (this is the
behavior required by [XML 1.0 (Second Edition)] for element content)
|
static Whitespace |
Whitespace.REPLACE
All occurrences of tab, line feed and carriage return are replaced with space. |