|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.util.DOMElementWriter.XmlNamespacePolicy
public static class DOMElementWriter.XmlNamespacePolicy
Whether namespaces should be ignored for elements and attributes.
Field Summary | |
---|---|
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 | |
---|---|
DOMElementWriter.XmlNamespacePolicy(boolean qualifyElements,
boolean qualifyAttributes)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DOMElementWriter.XmlNamespacePolicy IGNORE
public static final DOMElementWriter.XmlNamespacePolicy ONLY_QUALIFY_ELEMENTS
public static final DOMElementWriter.XmlNamespacePolicy QUALIFY_ALL
Constructor Detail |
---|
public DOMElementWriter.XmlNamespacePolicy(boolean qualifyElements, boolean qualifyAttributes)
qualifyElements
- whether to qualify elementsqualifyAttributes
- whether to qualify elements
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |