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 © 2018 The University of Manchester. All rights reserved.