public class MxWriteParams
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
TypeAdaptersConfiguration |
adapters
Specific adapters for date time, date, time
|
javax.xml.bind.JAXBContext |
context
Optional instance to pass to the write method, if null, a new instance will be created when needed
|
EscapeHandler |
escapeHandler
A specific escape handler for the header elements content (none by default)
|
boolean |
includeXMLDeclaration
True to include the XML declaration (false by default)
|
java.lang.String |
indent
Optional indent string to use when marshalling into XML, if null, a four spaces string will be used as default
|
java.lang.String |
prefix
Optional prefix for namespace (empty by default)
|
| Constructor and Description |
|---|
MxWriteParams() |
public java.lang.String prefix
public boolean includeXMLDeclaration
public EscapeHandler escapeHandler
public javax.xml.bind.JAXBContext context
public TypeAdaptersConfiguration adapters
public java.lang.String indent