public class Item extends SimpleNode
children, id, parent, value| Constructor and Description |
|---|
Item(int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor)
Accept the visitor.
|
int |
getIndentation() |
boolean |
isLoose() |
boolean |
isOrdered() |
void |
makeLoose() |
void |
makeOrdered() |
void |
makeUnordered() |
void |
setIndentation(int indentation) |
void |
setPrevious(Item previous) |
childrenAccept, dump, getDocument, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toStringpublic void accept(Visitor visitor)
SimpleNodeaccept in interface Nodeaccept in class SimpleNodepublic void setPrevious(Item previous)
public int getIndentation()
public void setIndentation(int indentation)
public boolean isOrdered()
public void makeOrdered()
public void makeUnordered()
public void makeLoose()
public boolean isLoose()
Copyright © 2009-2013 Tautua. All Rights Reserved.