Class HtmlWriter

    • Constructor Detail

      • HtmlWriter

        public HtmlWriter​(int indentSize,
                          int formatOptions)
      • HtmlWriter

        public HtmlWriter​(HtmlWriter other,
                          boolean inheritIndent)
      • HtmlWriter

        public HtmlWriter​(int indentSize,
                          int formatOptions,
                          boolean suppressOpenTagLine,
                          boolean suppressCloseTagLine)
      • HtmlWriter

        public HtmlWriter​(@Nullable
                          @Nullable java.lang.Appendable appendable,
                          int indentSize,
                          int formatOptions,
                          boolean suppressOpenTagLine,
                          boolean suppressCloseTagLine)