public class IndentWriter extends Object
| Constructor and Description |
|---|
IndentWriter(Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
IndentWriter |
add(String string) |
IndentWriter |
append(String string) |
void |
decrement() |
void |
increment() |
boolean |
isCompiledDoctype() |
boolean |
isCompiledTag() |
boolean |
isEscape() |
boolean |
isPp() |
void |
newline() |
void |
prettyIndent(int offset,
boolean newline) |
void |
setCompiledDoctype(boolean compiledDoctype) |
void |
setCompiledTag(boolean compiledTag) |
void |
setEscape(boolean escape) |
void |
setUseIndent(boolean useIndent) |
String |
toString() |
public IndentWriter(Writer writer)
public IndentWriter add(String string)
public IndentWriter append(String string)
public void increment()
public void decrement()
public void newline()
public void prettyIndent(int offset,
boolean newline)
public void setUseIndent(boolean useIndent)
public void setEscape(boolean escape)
public boolean isEscape()
public boolean isPp()
public void setCompiledTag(boolean compiledTag)
public boolean isCompiledTag()
public boolean isCompiledDoctype()
public void setCompiledDoctype(boolean compiledDoctype)
Copyright © 2015. All rights reserved.