public class DOMElementWriter
extends java.lang.Object
Utility class used by XmlLogger and
org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter
XMLJUnitResultFormatter}.
| Modifier and Type | Class and Description |
|---|---|
static class |
DOMElementWriter.XmlNamespacePolicy
Whether namespaces should be ignored for elements and attributes.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String[] |
knownEntities
Don't try to be too smart but at least recognize the predefined
entities.
|
| Constructor and Description |
|---|
DOMElementWriter()
Create an element writer.
|
DOMElementWriter(boolean xmlDeclaration)
Create an element writer
XML namespaces will be ignored.
|
DOMElementWriter(boolean xmlDeclaration,
DOMElementWriter.XmlNamespacePolicy namespacePolicy)
Create an element writer
XML namespaces will be ignored.
|