public static enum RegularSequenceChecker.State extends java.lang.Enum<RegularSequenceChecker.State>
Enum Constant and Description |
---|
CONTENT |
FAILED |
FINAL |
INITIAL |
OPEN |
START_TAG |
Modifier and Type | Method and Description |
---|---|
static RegularSequenceChecker.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RegularSequenceChecker.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegularSequenceChecker.State INITIAL
public static final RegularSequenceChecker.State OPEN
public static final RegularSequenceChecker.State START_TAG
public static final RegularSequenceChecker.State CONTENT
public static final RegularSequenceChecker.State FINAL
public static final RegularSequenceChecker.State FAILED
public static RegularSequenceChecker.State[] values()
for (RegularSequenceChecker.State c : RegularSequenceChecker.State.values()) System.out.println(c);
public static RegularSequenceChecker.State 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 nullCopyright (c) 2004-2022 Saxonica Limited. All rights reserved.