| Package | Description |
|---|---|
| com.helger.xml.serialize.write |
| Modifier and Type | Field and Description |
|---|---|
static EXMLSerializeDocType |
XMLWriterSettings.DEFAULT_SERIALIZE_DOC_TYPE
By default the document type is emitted
|
| Modifier and Type | Method and Description |
|---|---|
static EXMLSerializeDocType |
EXMLSerializeDocType.getFromIDOrNull(String sID) |
EXMLSerializeDocType |
IXMLWriterSettings.getSerializeDocType() |
EXMLSerializeDocType |
XMLWriterSettings.getSerializeDocType() |
static EXMLSerializeDocType |
EXMLSerializeDocType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EXMLSerializeDocType[] |
EXMLSerializeDocType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
XMLWriterSettings |
XMLWriterSettings.setSerializeDocType(EXMLSerializeDocType eSerializeDocType)
Set the way how to handle the doc type.
|
Copyright © 2014–2021 Philip Helger. All rights reserved.