public enum WhitespaceHandling extends java.lang.Enum<WhitespaceHandling>
Enum Constant and Description |
---|
APPEND_WHITESPACES |
KEEP_WHITESPACES |
SKIP_WHITESPACES |
Modifier and Type | Method and Description |
---|---|
static WhitespaceHandling |
swigToEnum(int swigValue) |
int |
swigValue() |
static WhitespaceHandling |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WhitespaceHandling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WhitespaceHandling SKIP_WHITESPACES
public static final WhitespaceHandling APPEND_WHITESPACES
public static final WhitespaceHandling KEEP_WHITESPACES
public static WhitespaceHandling[] values()
for (WhitespaceHandling c : WhitespaceHandling.values()) System.out.println(c);
public static WhitespaceHandling valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int swigValue()
public static WhitespaceHandling swigToEnum(int swigValue)