Package org.cip4.jdflib.core
Class XMLFormatter
- java.lang.Object
-
- org.cip4.jdflib.core.XMLFormatter
-
- All Implemented Interfaces:
java.lang.Cloneable
public class XMLFormatter extends java.lang.Object implements java.lang.Cloneable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidapply(org.apache.xml.serialize.OutputFormat format)static XMLFormattergetFormatter()intgetLineWidth()static booleanisDefault()voidsetDefault()voidsetLineWidth(int lineWidth)java.lang.StringtoString()
-
-
-
Method Detail
-
getLineWidth
public int getLineWidth()
- Returns:
- the lineWidth
-
setLineWidth
public void setLineWidth(int lineWidth)
- Parameters:
lineWidth- the lineWidth to set
-
getFormatter
public static XMLFormatter getFormatter()
- Returns:
-
isDefault
public static boolean isDefault()
- Returns:
- the isDefault
-
setDefault
public void setDefault()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object- See Also:
Object.toString()
-
apply
public static void apply(org.apache.xml.serialize.OutputFormat format)
-
-