Package | Description |
---|---|
org.hippoecm.hst.util |
The org.hippoecm.hst.content.util package defines the API for the HST Util
|
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 © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.