Class HtmlWriter

All Implemented Interfaces:
HtmlAppendable, LineAppendable, Appendable, Iterable<LineInfo>

public class HtmlWriter extends HtmlAppendableBase<HtmlWriter>
  • Field Details

  • Constructor Details

    • 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 Appendable appendable, int indentSize, int formatOptions, boolean suppressOpenTagLine, boolean suppressCloseTagLine)
  • Method Details