public static enum Facets.whitespace extends Enum<Facets.whitespace>
| Enum Constant and Description |
|---|
collapse
collapse
|
preserve
preserve
|
replace
replace
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
normalize(String input) |
static Facets.whitespace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Facets.whitespace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Facets.whitespace preserve
public static final Facets.whitespace replace
public static final Facets.whitespace collapse
public static Facets.whitespace[] values()
for (Facets.whitespace c : Facets.whitespace.values()) System.out.println(c);
public static Facets.whitespace valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015 The University of Manchester. All rights reserved.