public class Tree extends Object implements ResponseElement
Modifier and Type | Field and Description |
---|---|
static String |
CLOSE_UL |
static String |
OPEN_UL |
Constructor and Description |
---|
Tree() |
Modifier and Type | Method and Description |
---|---|
void |
addChild(ResponseElement node) |
String |
parse() |
public static final String CLOSE_UL
public static final String OPEN_UL
public void addChild(ResponseElement node)
public String parse()
parse
in interface ResponseElement