public class IndentNode extends CompositeGeneratorNode
| Constructor and Description |
|---|
IndentNode(java.lang.String indentationString) |
IndentNode(java.lang.String indentationString,
boolean indentImmediately,
boolean indentEmptyLines) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIndentationString() |
boolean |
isIndentEmptyLines() |
boolean |
isIndentImmediately() |
void |
setIndentationString(java.lang.String indentationString) |
void |
setIndentEmptyLines(boolean indentEmptyLines) |
void |
setIndentImmediately(boolean indentImmediately) |
getChildren, toStringpublic IndentNode(java.lang.String indentationString)
public IndentNode(java.lang.String indentationString,
boolean indentImmediately,
boolean indentEmptyLines)
public java.lang.String getIndentationString()
public void setIndentationString(java.lang.String indentationString)
public boolean isIndentImmediately()
public void setIndentImmediately(boolean indentImmediately)
public boolean isIndentEmptyLines()
public void setIndentEmptyLines(boolean indentEmptyLines)