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