com.thoughtworks.qdox.model

Class IndentBuffer

public class IndentBuffer extends Object

Field Summary
StringBufferbuffer
intdepth
booleannewLine
Method Summary
voidcheckNewLine()
voiddeindent()
voidindent()
voidnewline()
StringtoString()
voidwrite(String s)
voidwrite(char s)

Field Detail

buffer

private StringBuffer buffer

depth

private int depth

newLine

private boolean newLine

Method Detail

checkNewLine

private void checkNewLine()

deindent

public void deindent()

indent

public void indent()

newline

public void newline()

toString

public String toString()

write

public void write(String s)

write

public void write(char s)