| 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.
|
getTab | public String getTab()(Code) | | Returns the tab string.
tab |
increment | public void increment()(Code) | | Increments the indentation size.
|
setTab | public void setTab(String tab)(Code) | | Sets the tab string.
Parameters: tab - is tab |
toString | public String toString()(Code) | | toString method
string |
|
|