Package | Description |
---|---|
org.geotools.xs.facets |
Captures initial mapping of XML Simple Types to Java Objects.
|
Modifier and Type | Field and 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 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.
|
Modifier and Type | Method and Description |
---|---|
static Whitespace |
Whitespace.valueOf(String whitespace)
Returns the enum constant of the specified enum type with the specified name.
|
Copyright © 1996–2019 Geotools. All rights reserved.