public static class EchoXML.NamespacePolicy extends EnumeratedAttribute
Modifier and Type | Field | Description |
---|---|---|
static EchoXML.NamespacePolicy |
DEFAULT |
value
Constructor | Description |
---|---|
NamespacePolicy() |
|
NamespacePolicy(java.lang.String s) |
Modifier and Type | Method | 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()