Field Summary
Fields
static final char
static final char
static final char
static final char
static final char
static final char
static final char
static final char
static final char
static final char
static final char
static final char
static final char
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Field Details
CHAR_FORWARD_SLASH
public static final char CHAR_FORWARD_SLASH
See Also:
CHAR_SPACE
public static final char CHAR_SPACE
See Also:
CHAR_EQUALS
public static final char CHAR_EQUALS
See Also:
CHAR_LESS_THAN
public static final char CHAR_LESS_THAN
See Also:
CHAR_GREATER_THAN
public static final char CHAR_GREATER_THAN
See Also:
CHAR_QUESTION_MARK
public static final char CHAR_QUESTION_MARK
See Also:
CHAR_SINGLE_QUOTE
public static final char CHAR_SINGLE_QUOTE
See Also:
CHAR_DOUBLE_QUOTE
public static final char CHAR_DOUBLE_QUOTE
See Also:
CHAR_AMPERSAND
public static final char CHAR_AMPERSAND
See Also:
XML_TAG_START
public static final char XML_TAG_START
See Also:
XML_TAG_END
public static final char XML_TAG_END
See Also:
XML_SELF_CLOSING
public static final char XML_SELF_CLOSING
See Also:
XML_PROLOG
public static final char XML_PROLOG
See Also:
EMPTY
public static final String EMPTY
See Also:
SPACE
public static final String SPACE
See Also:
INDENT
public static final String INDENT
See Also:
LESS_THAN
public static final String LESS_THAN
See Also:
GREATER_THAN
public static final String GREATER_THAN
See Also:
AMPERSAND
public static final String AMPERSAND
See Also:
EQUALS
public static final String EQUALS
See Also:
HASH
public static final String HASH
See Also:
SEMICOLON
public static final String SEMICOLON
See Also:
DOUBLE_QUOTE
public static final String DOUBLE_QUOTE
See Also:
FORWARD_SLASH
public static final String FORWARD_SLASH
See Also:
CARRIAGE_RETURN
public static final String CARRIAGE_RETURN
See Also:
LINE_FEED
public static final String LINE_FEED
See Also:
ENCODED_LESS_THAN
public static final String ENCODED_LESS_THAN
See Also:
ENCODED_GREATER_THAN
public static final String ENCODED_GREATER_THAN
See Also:
ENCODED_SINGLE_QUOTE
public static final String ENCODED_SINGLE_QUOTE
See Also:
ENCODED_DOUBLE_QUOTE
public static final String ENCODED_DOUBLE_QUOTE
See Also:
ENCODED_AMPERSAND
public static final String ENCODED_AMPERSAND
See Also:
ENCODED_UTF8
public static final String ENCODED_UTF8
See Also:
PREDICATE_START_SYMBOL
public static final String PREDICATE_START_SYMBOL
See Also:
PREDICATE_END_SYMBOL
public static final String PREDICATE_END_SYMBOL
See Also:
PREDICATE_EQUAL_SYMBOL
public static final String PREDICATE_EQUAL_SYMBOL
See Also:
SEGMENT_EXPRESSION
public static final String SEGMENT_EXPRESSION
See Also:
EXPRESSION_PATH_SEPARATOR
public static final String EXPRESSION_PATH_SEPARATOR
See Also:
ERROR_EQUALITY_WITHOUT_TWO_COMPONENTS
public static final String ERROR_EQUALITY_WITHOUT_TWO_COMPONENTS
See Also:
ERROR_EQUALITY_WITH_EMPTY_PARTS
public static final String ERROR_EQUALITY_WITH_EMPTY_PARTS
See Also:
ERROR_PREDICATE_WRONG_START
public static final String ERROR_PREDICATE_WRONG_START
See Also:
ERROR_PREDICATE_WRONG_END
public static final String ERROR_PREDICATE_WRONG_END
See Also:
ERROR_PREDICATE_WRONG_NAME
public static final String ERROR_PREDICATE_WRONG_NAME
See Also:
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null