Uses of Class
org.geotools.xs.facets.Whitespace

Packages that use Whitespace
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
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
static 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
static Whitespace Whitespace.valueOf(java.lang.String whitespace)
          Returns the enum constant of the specified enum type with the specified name.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.