public static class DOMElementWriter.XmlNamespacePolicy extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static DOMElementWriter.XmlNamespacePolicy | IGNOREIgnores namespaces for elements and attributes, the default. | 
| static DOMElementWriter.XmlNamespacePolicy | ONLY_QUALIFY_ELEMENTSIgnores namespaces for attributes. | 
| static DOMElementWriter.XmlNamespacePolicy | QUALIFY_ALLQualifies namespaces for elements and attributes. | 
| Constructor and Description | 
|---|
| XmlNamespacePolicy(boolean qualifyElements,
                  boolean qualifyAttributes) | 
public static final DOMElementWriter.XmlNamespacePolicy IGNORE
public static final DOMElementWriter.XmlNamespacePolicy ONLY_QUALIFY_ELEMENTS
public static final DOMElementWriter.XmlNamespacePolicy QUALIFY_ALL