Class XMLFormatter

java.lang.Object
org.cip4.jdflib.core.XMLFormatter
All Implemented Interfaces:
Cloneable

public class XMLFormatter extends Object implements Cloneable
  • Method Details

    • 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 String toString()
      Overrides:
      toString in class Object
      See Also:
    • apply

      public static void apply(org.apache.xml.serialize.OutputFormat format)