public class HtmlWriter extends Object
| Constructor and Description |
|---|
HtmlWriter() |
| Modifier and Type | Method and Description |
|---|---|
HtmlWriter |
append(String str) |
HtmlWriter |
comment(String comment,
int level) |
HtmlWriter |
defaultValue(String defaultValue) |
HtmlWriter |
gt() |
HtmlWriter |
indent(int level) |
HtmlWriter |
keyword(String name) |
HtmlWriter |
lt() |
HtmlWriter |
newline() |
String |
toString() |
public HtmlWriter()
public HtmlWriter append(String str)
public HtmlWriter lt()
public HtmlWriter gt()
public HtmlWriter keyword(String name)
public HtmlWriter newline()
public HtmlWriter indent(int level)
public HtmlWriter comment(String comment, int level)
public HtmlWriter defaultValue(String defaultValue)
Copyright © 2013 Atteo. All Rights Reserved.