Class IndentBuffer

java.lang.Object
com.thoughtworks.qdox.writer.impl.IndentBuffer

public class IndentBuffer extends Object
  • Field Details

    • eol

      private String eol
    • indentation

      private String indentation
    • buffer

      private StringBuffer buffer
    • depth

      private int depth
    • newLine

      private boolean newLine
  • Constructor Details

    • IndentBuffer

      public IndentBuffer()
  • Method Details

    • setEol

      public void setEol(String eol)
    • setIndentation

      public void setIndentation(String indentation)
    • write

      public void write(String s)
    • write

      public void write(char s)
    • newline

      public void newline()
    • indent

      public void indent()
    • deindent

      public void deindent()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • checkNewLine

      private void checkNewLine()