public enum EXMLParserPropertyType extends Enum<EXMLParserPropertyType>
| Enum Constant and Description |
|---|
DOM
DOM properties
|
GENERAL
General properties
|
SAX
SAX properties
|
| Modifier and Type | Method and Description |
|---|---|
static EXMLParserPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EXMLParserPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EXMLParserPropertyType GENERAL
public static final EXMLParserPropertyType DOM
public static final EXMLParserPropertyType SAX
public static EXMLParserPropertyType[] values()
for (EXMLParserPropertyType c : EXMLParserPropertyType.values()) System.out.println(c);
public static EXMLParserPropertyType 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 © 2006–2015 phloc systems. All rights reserved.