- java.lang.Object
-
- com.thoughtworks.qdox.writer.impl.IndentBuffer
-
public class IndentBuffer extends Object
-
-
Constructor Summary
Constructors Constructor Description IndentBuffer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deindent()
void
indent()
void
newline()
void
setEol(String eol)
void
setIndentation(String indentation)
String
toString()
void
write(char s)
void
write(String s)
-