Package org.apache.tools.ant.util
Class DOMElementWriter.XmlNamespacePolicy
- java.lang.Object
- 
- org.apache.tools.ant.util.DOMElementWriter.XmlNamespacePolicy
 
- 
- Enclosing class:
- DOMElementWriter
 
 public static class DOMElementWriter.XmlNamespacePolicy extends java.lang.ObjectWhether namespaces should be ignored for elements and attributes.- Since:
- Ant 1.7
 
- 
- 
Field SummaryFields Modifier and Type Field Description static DOMElementWriter.XmlNamespacePolicyIGNOREIgnores namespaces for elements and attributes, the default.static DOMElementWriter.XmlNamespacePolicyONLY_QUALIFY_ELEMENTSIgnores namespaces for attributes.static DOMElementWriter.XmlNamespacePolicyQUALIFY_ALLQualifies namespaces for elements and attributes.
 - 
Constructor SummaryConstructors Constructor Description XmlNamespacePolicy(boolean qualifyElements, boolean qualifyAttributes)
 
- 
- 
- 
Field Detail- 
IGNOREpublic static final DOMElementWriter.XmlNamespacePolicy IGNORE Ignores namespaces for elements and attributes, the default.
 - 
ONLY_QUALIFY_ELEMENTSpublic static final DOMElementWriter.XmlNamespacePolicy ONLY_QUALIFY_ELEMENTS Ignores namespaces for attributes.
 - 
QUALIFY_ALLpublic static final DOMElementWriter.XmlNamespacePolicy QUALIFY_ALL Qualifies namespaces for elements and attributes.
 
- 
 
-