public class Document extends SimpleNode
Represents a markdown document
children, id, parent, value| Constructor and Description |
|---|
Document(int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor)
Accept the visitor.
|
Resource |
findResource(String id) |
protected Document |
getDocument() |
void |
jjtAddChild(Node n,
int i)
This method tells the node to add its argument to the node's
list of children.
|
childrenAccept, dump, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toStringprotected Document getDocument()
getDocument in class SimpleNodepublic void jjtAddChild(Node n, int i)
NodejjtAddChild in interface NodejjtAddChild in class SimpleNodepublic void accept(Visitor visitor)
SimpleNodeaccept in interface Nodeaccept in class SimpleNodeCopyright © 2009-2016 Tautua. All Rights Reserved.