public class DefaultXmlFormatter extends java.lang.Object implements XmlFormatter
| Constructor and Description |
|---|
DefaultXmlFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.lang.String xml)
Format the data to a readable and loggable string.
|