|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<XmlSequencer.AttributeScoping>
org.modeshape.sequencer.xml.XmlSequencer.AttributeScoping
public static enum XmlSequencer.AttributeScoping
The choices for how attributes that have no namespace prefix should be assigned a namespace.
Enum Constant Summary | |
---|---|
INHERIT_ELEMENT_NAMESPACE
The attribute's namespace is the same namespace as the containing element |
|
USE_DEFAULT_NAMESPACE
The attribute's namespace is the default namespace |
Method Summary | |
---|---|
static XmlSequencer.AttributeScoping |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static XmlSequencer.AttributeScoping[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final XmlSequencer.AttributeScoping USE_DEFAULT_NAMESPACE
public static final XmlSequencer.AttributeScoping INHERIT_ELEMENT_NAMESPACE
Method Detail |
---|
public static XmlSequencer.AttributeScoping[] values()
for (XmlSequencer.AttributeScoping c : XmlSequencer.AttributeScoping.values()) System.out.println(c);
public static XmlSequencer.AttributeScoping valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |