public enum Element extends Enum<Element>
Modifier and Type | Method and Description |
---|---|
static Element |
forName(String localName) |
String |
getLocalName()
Get the local name of this element.
|
static Element |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Element[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Element UNKNOWN
public static final Element ATTRIBUTE
public static final Element BODY_CONTENT
public static final Element BODYCONTENT
public static final Element DECLARE
public static final Element DEFERRED_METHOD
public static final Element DEFERRED_VALUE
public static final Element DYNAMIC_ATTRIBUTES
public static final Element EXAMPLE
public static final Element EXTENSION_ELEMENT
public static final Element FRAGMENT
public static final Element FUNCTION
public static final Element FUNCTION_CLASS
public static final Element FUNCTION_EXTENSION
public static final Element FUNCTION_SIGNATURE
public static final Element INFO
public static final Element INIT_PARAM
public static final Element JSP_VERSION
public static final Element JSPVERSION
public static final Element LARGE_ICON
public static final Element LISTENER
public static final Element LISTENER_CLASS
public static final Element METHOD_SIGNATURE
public static final Element NAME
public static final Element NAME_FROM_ATTRIBUTE
public static final Element NAME_GIVEN
public static final Element NAMESPACE
public static final Element PATH
public static final Element REQUIRED
public static final Element RTEXPRVALUE
public static final Element SCOPE
public static final Element SHORT_NAME
public static final Element SHORTNAME
public static final Element SMALL_ICON
public static final Element TAG_FILE
public static final Element TAG
public static final Element TAG_CLASS
public static final Element TAG_EXTENSION
public static final Element TAGCLASS
public static final Element TAGLIB_EXTENSION
public static final Element TEI_CLASS
public static final Element TEICLASS
public static final Element TLIB_VERSION
public static final Element TLIBVERSION
public static final Element TYPE
public static final Element URI
public static final Element VALIDATOR
public static final Element VALIDATOR_CLASS
public static final Element VARIABLE
public static final Element VARIABLE_CLASS
public static Element[] values()
for (Element c : Element.values()) System.out.println(c);
public static Element 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 nullpublic String getLocalName()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.