com.thoughtworks.qdox.model
public class IndentBuffer extends Object
| Field Summary | |
|---|---|
| StringBuffer | buffer |
| int | depth |
| boolean | newLine |
| Method Summary | |
|---|---|
| void | checkNewLine() |
| void | deindent() |
| void | indent() |
| void | newline() |
| String | toString() |
| void | write(String s) |
| void | write(char s) |