| Modifier and Type | Field and Description |
|---|---|
static DOMElementWriter.XmlNamespacePolicy |
DOMElementWriter.XmlNamespacePolicy.IGNORE
Ignores namespaces for elements and attributes, the default.
|
static DOMElementWriter.XmlNamespacePolicy |
DOMElementWriter.XmlNamespacePolicy.ONLY_QUALIFY_ELEMENTS
Ignores namespaces for attributes.
|
static DOMElementWriter.XmlNamespacePolicy |
DOMElementWriter.XmlNamespacePolicy.QUALIFY_ALL
Qualifies namespaces for elements and attributes.
|
| Constructor and Description |
|---|
DOMElementWriter(boolean xmlDeclaration,
DOMElementWriter.XmlNamespacePolicy namespacePolicy)
Create an element writer
XML namespaces will be ignored.
|
Copyright © 2018 Oracle. All rights reserved.