| java.lang.Object org.enhydra.xml.Indent
Indent | public class Indent (Code) | | author: Tweety author: A class that describes format of the output xml file. version: 1.0 |
Constructor Summary | |
public | Indent(int ind, String tab) Constructs new Indent with the given size of indentation and the tab string. |
DEFAULT_TAB | public static String DEFAULT_TAB(Code) | | Default tab value.
|
Indent | public Indent(int ind, String tab)(Code) | | Constructs new Indent with the given size of indentation and the tab string.
Parameters: ind - size of indentation. Parameters: tab - tab string. |
decrement | public void decrement()(Code) | | Decrements the indentation size.
|
increment | public void increment()(Code) | | Increments the indentation size.
|
setTab | public void setTab(String tab)(Code) | | Sets the tab string.
|
|
|