public class DocumentWriterConfig extends Object
| Constructor and Description |
|---|
DocumentWriterConfig()
|
| Modifier and Type | Method and Description |
|---|---|
AttributeOrder |
getAttributeOrder(String
|
String |
getIndent()
|
boolean |
isWithEndingNewline()
|
void |
setAttributeOrder(String
|
void |
setIndent(String
|
void |
setWithEndingNewline(boolean withEndingNewline)
|
public StringgetIndent()
public void setIndent(Stringindent)
public boolean isWithEndingNewline()
public void setWithEndingNewline(boolean withEndingNewline)
public AttributeOrdergetAttributeOrder(String nodeName)
public void setAttributeOrder(StringnodeName, AttributeOrder order)