public static enum XmlChannelReaderException.Type extends Enum<XmlChannelReaderException.Type>
| Enum Constant and Description |
|---|
EXPECTED_EQUALS |
EXPECTED_GREATER |
EXPECTED_QUOTES |
ILLEGAL_CHAR_0000 |
INVALID_EVENT_TYPE_PI |
INVALID_EVENT_TYPE_QNAME |
INVALID_EVENT_TYPE_TEXT |
NAMESPACE_ERROR |
PREMATURE_END_OF_FILE |
REPLACE_ENTITY |
STATE_UNKOWN |
UNEXPECTED_TAG |
| Modifier and Type | Method and Description |
|---|---|
static XmlChannelReaderException.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlChannelReaderException.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlChannelReaderException.Type REPLACE_ENTITY
public static final XmlChannelReaderException.Type PREMATURE_END_OF_FILE
public static final XmlChannelReaderException.Type ILLEGAL_CHAR_0000
public static final XmlChannelReaderException.Type EXPECTED_QUOTES
public static final XmlChannelReaderException.Type EXPECTED_EQUALS
public static final XmlChannelReaderException.Type EXPECTED_GREATER
public static final XmlChannelReaderException.Type UNEXPECTED_TAG
public static final XmlChannelReaderException.Type STATE_UNKOWN
public static final XmlChannelReaderException.Type INVALID_EVENT_TYPE_TEXT
public static final XmlChannelReaderException.Type INVALID_EVENT_TYPE_PI
public static final XmlChannelReaderException.Type INVALID_EVENT_TYPE_QNAME
public static final XmlChannelReaderException.Type NAMESPACE_ERROR
public static XmlChannelReaderException.Type[] values()
for (XmlChannelReaderException.Type c : XmlChannelReaderException.Type.values()) System.out.println(c);
public static XmlChannelReaderException.Type 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 © 2017. All rights reserved.