public class XMLFormatter
extends java.lang.Object
implements java.lang.Cloneable
| Modifier and Type | Method and Description |
|---|---|
static void |
apply(org.apache.xml.serialize.OutputFormat format) |
static XMLFormatter |
getFormatter() |
int |
getLineWidth() |
static boolean |
isDefault() |
void |
setDefault() |
void |
setLineWidth(int lineWidth) |
java.lang.String |
toString() |
public int getLineWidth()
public void setLineWidth(int lineWidth)
lineWidth - the lineWidth to setpublic static XMLFormatter getFormatter()
public static boolean isDefault()
public void setDefault()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public static void apply(org.apache.xml.serialize.OutputFormat format)