public enum GrammarType extends Enum<GrammarType>
| Modifier and Type | Method and Description |
|---|---|
static GrammarType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrammarType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrammarType DOCUMENT
public static final GrammarType FRAGMENT
public static final GrammarType DOC_END
public static final GrammarType SCHEMA_INFORMED_DOC_CONTENT
public static final GrammarType SCHEMA_INFORMED_FRAGMENT_CONTENT
public static final GrammarType SCHEMA_INFORMED_FIRST_START_TAG_CONTENT
public static final GrammarType SCHEMA_INFORMED_START_TAG_CONTENT
public static final GrammarType SCHEMA_INFORMED_ELEMENT_CONTENT
public static final GrammarType BUILT_IN_DOC_CONTENT
public static final GrammarType BUILT_IN_FRAGMENT_CONTENT
public static final GrammarType BUILT_IN_START_TAG_CONTENT
public static final GrammarType BUILT_IN_ELEMENT_CONTENT
public static GrammarType[] values()
for (GrammarType c : GrammarType.values()) System.out.println(c);
public static GrammarType 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 Siemens AG. All rights reserved.