|
EAF 7.4 Util | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.xml.Indent
public class Indent
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_TAB
Default tab value. |
Constructor Summary | |
---|---|
Indent(int ind,
java.lang.String tab)
Constructs new Indent with the given size of indentation and the tab string. |
Method Summary | |
---|---|
void |
decrement()
Decrements the indentation size. |
java.lang.String |
getTab()
Returns the tab string. |
void |
increment()
Increments the indentation size. |
void |
setTab(java.lang.String tab)
Sets the tab string. |
java.lang.String |
toString()
toString method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static java.lang.String DEFAULT_TAB
Constructor Detail |
---|
public Indent(int ind, java.lang.String tab)
Indent
with the given size of indentation and the tab string.
ind
- size of indentation.tab
- tab string.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public void increment()
public void decrement()
public java.lang.String getTab()
public void setTab(java.lang.String tab)
|
EAF 7.4 Util | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |