Package org.cip4.jdflib.core
Class XMLFormatter
java.lang.Object
org.cip4.jdflib.core.XMLFormatter
- All Implemented Interfaces:
Cloneable
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidapply(org.apache.xml.serialize.OutputFormat format) static XMLFormatterintstatic booleanvoidvoidsetLineWidth(int lineWidth) toString()
-
Method Details
-
getLineWidth
public int getLineWidth()- Returns:
- the lineWidth
-
setLineWidth
public void setLineWidth(int lineWidth) - Parameters:
lineWidth- the lineWidth to set
-
getFormatter
- Returns:
-
isDefault
public static boolean isDefault()- Returns:
- the isDefault
-
setDefault
public void setDefault() -
toString
-
apply
public static void apply(org.apache.xml.serialize.OutputFormat format)
-