|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.cms.wiki.parser.BasicWikiNode
org.seasar.cms.wiki.parser.SimpleNode
public class SimpleNode
| フィールドの概要 | |
|---|---|
protected Node[] |
children
|
protected int |
id
|
protected Node |
parent
|
protected WikiParser |
parser
|
| クラス org.seasar.cms.wiki.parser.BasicWikiNode から継承されたフィールド |
|---|
image |
| コンストラクタの概要 | |
|---|---|
SimpleNode(int i)
|
|
SimpleNode(WikiParser p,
int i)
|
|
| メソッドの概要 | |
|---|---|
java.lang.Object |
childrenAccept(WikiParserVisitor visitor,
java.lang.Object data)
Accept the visitor. |
void |
dump(java.lang.String prefix)
|
java.lang.Object |
jjtAccept(WikiParserVisitor visitor,
java.lang.Object data)
Accept the visitor. |
void |
jjtAddChild(Node n,
int i)
This method tells the node to add its argument to the node's list of children. |
void |
jjtClose()
This method is called after all the child nodes have been added. |
Node |
jjtGetChild(int i)
This method returns a child node. |
int |
jjtGetNumChildren()
Return the number of children the node has. |
Node |
jjtGetParent()
|
void |
jjtOpen()
This method is called after the node has been made the current node. |
void |
jjtSetParent(Node n)
This pair of methods are used to inform the node of its parent. |
java.lang.String |
toString()
|
java.lang.String |
toString(java.lang.String prefix)
|
| クラス org.seasar.cms.wiki.parser.BasicWikiNode から継承されたメソッド |
|---|
getImage, setImage |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
|---|
protected Node parent
protected Node[] children
protected int id
protected WikiParser parser
| コンストラクタの詳細 |
|---|
public SimpleNode(int i)
public SimpleNode(WikiParser p,
int i)
| メソッドの詳細 |
|---|
public void jjtOpen()
Node の記述:
Node 内の jjtOpenpublic void jjtClose()
Node の記述:
Node 内の jjtClosepublic void jjtSetParent(Node n)
Node の記述:
Node 内の jjtSetParentpublic Node jjtGetParent()
Node 内の jjtGetParent
public void jjtAddChild(Node n,
int i)
Node の記述:
Node 内の jjtAddChildpublic Node jjtGetChild(int i)
Node の記述:
Node 内の jjtGetChildpublic int jjtGetNumChildren()
Node の記述:
Node 内の jjtGetNumChildren
public java.lang.Object jjtAccept(WikiParserVisitor visitor,
java.lang.Object data)
Node 内の jjtAccept
public java.lang.Object childrenAccept(WikiParserVisitor visitor,
java.lang.Object data)
public java.lang.String toString()
java.lang.Object 内の toStringpublic java.lang.String toString(java.lang.String prefix)
public void dump(java.lang.String prefix)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||