public static class EchoXML.NamespacePolicy extends EnumeratedAttribute
Modifier and Type | Field and Description |
---|---|
static EchoXML.NamespacePolicy |
DEFAULT |
value
Constructor and Description |
---|
NamespacePolicy() |
NamespacePolicy(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
DOMElementWriter.XmlNamespacePolicy |
getPolicy() |
java.lang.String[] |
getValues()
This is the only method a subclass needs to implement.
|
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
public static final EchoXML.NamespacePolicy DEFAULT
public NamespacePolicy()
public NamespacePolicy(java.lang.String s)
public java.lang.String[] getValues()
getValues
in class EnumeratedAttribute
public DOMElementWriter.XmlNamespacePolicy getPolicy()