Class JsoupXmlFormatterSettings

java.lang.Object
de.funfried.netbeans.plugins.external.formatter.xml.jsoup.JsoupXmlFormatterSettings

public class JsoupXmlFormatterSettings extends Object
Utility class for Jsoup XML formatter specific settings.
Author:
bahlef
  • Field Details

    • PRETTY_PRINT

      public static final String PRETTY_PRINT
      Property key which defines whether to use pretty print or not for the Jsoup XML formatter.
      Since:
      1.14
      See Also:
    • INDENT_SIZE

      public static final String INDENT_SIZE
      Property key which defines amount of spaces for indentation for the Jsoup XML formatter.
      Since:
      1.14
      See Also:
    • OUTLINE

      public static final String OUTLINE
      Property key which defines whether to outline or not for the Jsoup XML formatter.
      Since:
      1.14
      See Also:
    • LINEFEED

      public static final String LINEFEED
      Property key which defines the line feed setting for the Jsoup XML formatter.
      Since:
      1.14
      See Also: