|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DOMElementWriter.XmlNamespacePolicy | |
---|---|
org.hippoecm.hst.util | The org.hippoecm.hst.content.util package defines the API for the HST Util |
Uses of DOMElementWriter.XmlNamespacePolicy in org.hippoecm.hst.util |
---|
Fields in org.hippoecm.hst.util declared as DOMElementWriter.XmlNamespacePolicy | |
---|---|
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. |
Constructors in org.hippoecm.hst.util with parameters of type DOMElementWriter.XmlNamespacePolicy | |
---|---|
DOMElementWriter(boolean xmlDeclaration,
DOMElementWriter.XmlNamespacePolicy namespacePolicy)
Create an element writer XML namespaces will be ignored. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |