public static enum RegularSequenceChecker.State extends java.lang.Enum<RegularSequenceChecker.State>
Enum Constant and Description |
---|
Content |
Final |
Initial |
Open |
StartTag |
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 StartTag
public static final RegularSequenceChecker.State Content
public static final RegularSequenceChecker.State Final
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-2020 Saxonica Limited. All rights reserved.