public static class DOMElementWriter.XmlNamespacePolicy extends Object
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 and Description |
---|
XmlNamespacePolicy(boolean qualifyElements,
boolean qualifyAttributes) |
public static final DOMElementWriter.XmlNamespacePolicy IGNORE
public static final DOMElementWriter.XmlNamespacePolicy ONLY_QUALIFY_ELEMENTS
public static final DOMElementWriter.XmlNamespacePolicy QUALIFY_ALL
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.