org.hippoecm.hst.util
Class DOMElementWriter.XmlNamespacePolicy
java.lang.Object
org.hippoecm.hst.util.DOMElementWriter.XmlNamespacePolicy
- Enclosing class:
- DOMElementWriter
public static class DOMElementWriter.XmlNamespacePolicy
- extends Object
Whether namespaces should be ignored for elements and attributes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IGNORE
public static final DOMElementWriter.XmlNamespacePolicy IGNORE
- Ignores namespaces for elements and attributes, the default.
ONLY_QUALIFY_ELEMENTS
public static final DOMElementWriter.XmlNamespacePolicy ONLY_QUALIFY_ELEMENTS
- Ignores namespaces for attributes.
QUALIFY_ALL
public static final DOMElementWriter.XmlNamespacePolicy QUALIFY_ALL
- Qualifies namespaces for elements and attributes.
DOMElementWriter.XmlNamespacePolicy
public DOMElementWriter.XmlNamespacePolicy(boolean qualifyElements,
boolean qualifyAttributes)
- Parameters:
qualifyElements
- whether to qualify elementsqualifyAttributes
- whether to qualify elements
Copyright © 2008-2012 Hippo. All Rights Reserved.