| Package | Description |
|---|---|
| com.phloc.commons.xml.serialize |
| Modifier and Type | Method and Description |
|---|---|
EXMLSerializeFormat |
XMLWriterSettings.getFormat() |
EXMLSerializeFormat |
IXMLWriterSettings.getFormat() |
static EXMLSerializeFormat |
EXMLSerializeFormat.getFromIDOrNull(String sID) |
static EXMLSerializeFormat |
EXMLSerializeFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EXMLSerializeFormat[] |
EXMLSerializeFormat.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.setFormat(EXMLSerializeFormat eFormat)
Set the XML serialization format to use.
|
Copyright © 2006–2015 phloc systems. All rights reserved.