org.apache.tools.ant.utilClass DOMElementWriter.XmlNamespacePolicy
- java.lang.Object
- org.apache.tools.ant.util.DOMElementWriter.XmlNamespacePolicy
- Enclosing class:
- DOMElementWriter
public static class DOMElementWriter.XmlNamespacePolicy extends java.lang.Object
Whether namespaces should be ignored for elements and attributes.
- Since:
- Ant 1.7
Field Summary
Fields Modifier and Type Field and Description static DOMElementWriter.XmlNamespacePolicy
IGNORE
Ignores namespaces for elements and attributes, the default.static DOMElementWriter.XmlNamespacePolicy
ONLY_QUALIFY_ELEMENTS
Ignores namespaces for attributes.static DOMElementWriter.XmlNamespacePolicy
QUALIFY_ALL
Qualifies namespaces for elements and attributes.
Constructor Summary
Constructors Constructor and Description XmlNamespacePolicy(boolean qualifyElements, boolean qualifyAttributes)
Field Detail
IGNORE
public static final DOMElementWriter.XmlNamespacePolicy IGNOREIgnores namespaces for elements and attributes, the default.
ONLY_QUALIFY_ELEMENTS
public static final DOMElementWriter.XmlNamespacePolicy ONLY_QUALIFY_ELEMENTSIgnores namespaces for attributes.
QUALIFY_ALL
public static final DOMElementWriter.XmlNamespacePolicy QUALIFY_ALLQualifies namespaces for elements and attributes.