类 IndentBuffer

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

public class IndentBuffer extends Object
  • 构造器详细资料

    • IndentBuffer

      public IndentBuffer()
  • 方法详细资料

    • 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()
      覆盖:
      toString 在类中 Object