public abstract static class HtmlUtils.HtmlBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.StringBuilder |
builder |
protected boolean |
building |
Modifier | Constructor and Description |
---|---|
protected |
HtmlUtils.HtmlBuilder() |
protected |
HtmlUtils.HtmlBuilder(int capacity) |
Modifier and Type | Method and Description |
---|---|
HtmlUtils.HtmlBuilder |
finish() |
protected abstract void |
finish0() |
java.lang.String |
getResult() |
boolean |
isBuilding() |
HtmlUtils.HtmlBuilder |
start() |
protected abstract void |
start0() |
protected HtmlUtils.HtmlBuilder(int capacity)
protected HtmlUtils.HtmlBuilder()
public HtmlUtils.HtmlBuilder start()
public boolean isBuilding()
public HtmlUtils.HtmlBuilder finish()
protected abstract void finish0()
protected abstract void start0()
public java.lang.String getResult()