Indent Property
The characters to use for each indentation level.
Syntax
public String getIndent(); public void setIndent(String indent);
Remarks
If specified, the bean will format the output XML, using the specified characters to denote each indentation level for nested XML elements.
This option should be combined with EOL for full effect.
Default Value
"\t"