Package org.apache.tools.ant.util
Class DOMElementWriter.XmlNamespacePolicy
java.lang.Object
org.apache.tools.ant.util.DOMElementWriter.XmlNamespacePolicy
- Enclosing class:
- DOMElementWriter
Whether namespaces should be ignored for elements and attributes.
- Since:
- Ant 1.7
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final DOMElementWriter.XmlNamespacePolicyIgnores namespaces for elements and attributes, the default.static final DOMElementWriter.XmlNamespacePolicyIgnores namespaces for attributes.static final DOMElementWriter.XmlNamespacePolicyQualifies namespaces for elements and attributes.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
IGNOREIgnores namespaces for elements and attributes, the default.
- 
ONLY_QUALIFY_ELEMENTSIgnores namespaces for attributes.
- 
QUALIFY_ALLQualifies namespaces for elements and attributes.
 
- 
- 
Constructor Details- 
XmlNamespacePolicypublic XmlNamespacePolicy(boolean qualifyElements, boolean qualifyAttributes) - Parameters:
- qualifyElements- whether to qualify elements
- qualifyAttributes- whether to qualify elements
 
 
-