|
||||||||||
前 次 | フレームあり フレームなし |
Node を使用しているパッケージ | |
---|---|
org.seasar.cms.wiki.engine | |
org.seasar.cms.wiki.parser | |
org.seasar.cms.wiki.plugin.singleton | |
org.seasar.cms.wiki.util |
org.seasar.cms.wiki.engine での Node の使用 |
---|
Node を返す org.seasar.cms.wiki.engine のメソッド | |
---|---|
Node |
WikiContext.getRoot()
|
Node |
WikiParser.parse()
|
Node 型のパラメータを持つ org.seasar.cms.wiki.engine のメソッド | |
---|---|
void |
WikiContext.setRoot(Node node)
|
org.seasar.cms.wiki.parser での Node の使用 |
---|
Node を実装している org.seasar.cms.wiki.parser のクラス | |
---|---|
class |
SimpleNode
|
class |
WikiAlias
|
class |
WikiAlign
|
class |
WikiAnnotation
|
class |
WikiAnyOther
|
class |
WikiArgs
|
class |
WikiBlockPlugin
|
class |
WikiCSVTable
|
class |
WikiDefinedWord
|
class |
WikiDefineList
|
class |
WikiDeleteline
|
class |
WikiErrors
|
class |
WikiExcerpt
|
class |
WikiExplanationWord
|
class |
WikiFloatAlign
|
class |
WikiGenerateTree
|
class |
WikiHeading
|
class |
WikiHorizontalline
|
class |
WikiInlinePlugin
|
class |
WikiInterwiki
|
class |
WikiLetters
|
class |
WikiLink
|
class |
WikiList
|
class |
WikiListMember
|
class |
WikiPagename
|
class |
WikiParagraph
|
class |
WikiPreshaped
|
class |
WikiSkipToNewline
|
class |
WikiStrongItalic
|
class |
WikiSyntaxError
|
class |
WikiTable
|
class |
WikiTablecolumn
|
class |
WikiTablemember
|
Node として宣言されている org.seasar.cms.wiki.parser のフィールド | |
---|---|
protected Node[] |
SimpleNode.children
|
protected Node[] |
SimpleNode.children
|
protected Node |
SimpleNode.parent
|
protected Node |
SimpleNode.parent
|
Node を返す org.seasar.cms.wiki.parser のメソッド | |
---|---|
Node |
Node.jjtGetChild(int i)
This method returns a child node. |
Node |
SimpleNode.jjtGetChild(int i)
|
Node |
SimpleNode.jjtGetChild(int i)
|
Node |
Node.jjtGetChild(int i)
This method returns a child node. |
Node |
Node.jjtGetParent()
|
Node |
SimpleNode.jjtGetParent()
|
Node |
SimpleNode.jjtGetParent()
|
Node |
Node.jjtGetParent()
|
Node |
BasicWikiParser.parse()
|
Node |
BasicWikiParser.parse()
|
Node 型のパラメータを持つ org.seasar.cms.wiki.parser のメソッド | |
---|---|
void |
Node.jjtAddChild(Node n,
int i)
This method tells the node to add its argument to the node's list of children. |
void |
SimpleNode.jjtAddChild(Node n,
int i)
|
void |
SimpleNode.jjtAddChild(Node n,
int i)
|
void |
Node.jjtAddChild(Node n,
int i)
This method tells the node to add its argument to the node's list of children. |
void |
Node.jjtSetParent(Node n)
This pair of methods are used to inform the node of its parent. |
void |
SimpleNode.jjtSetParent(Node n)
|
void |
SimpleNode.jjtSetParent(Node n)
|
void |
Node.jjtSetParent(Node n)
This pair of methods are used to inform the node of its parent. |
org.seasar.cms.wiki.plugin.singleton での Node の使用 |
---|
Node 型のパラメータを持つ org.seasar.cms.wiki.plugin.singleton のメソッド | |
---|---|
protected void |
ContentsPlugin.accept(Node node,
java.lang.StringBuffer buf)
|
org.seasar.cms.wiki.util での Node の使用 |
---|
Node 型の型パラメータを持つ org.seasar.cms.wiki.util のメソッド | ||
---|---|---|
static
|
NodeUtils.parent(Node node,
java.lang.Class<E> clazz)
親が指定されたクラスである場合は、その親のクラスにキャストして返す そうでない場合には null を返す |
Node 型のパラメータを持つ org.seasar.cms.wiki.util のメソッド | ||
---|---|---|
static
|
NodeUtils.find(Node node,
java.lang.Class<E> clazz)
与えられたノードの子要素で、引数のクラスに該当するもののみを リストに追加して返す |
|
static java.lang.String[] |
VisitorUtils.getArgs(Node node)
子要素が WikiArgs の場合、その中身の引数を返す WikiArgs は子要素の中の最初の子供であることを前提としている |
|
static
|
NodeUtils.parent(Node node,
java.lang.Class<E> clazz)
親が指定されたクラスである場合は、その親のクラスにキャストして返す そうでない場合には null を返す |
|
||||||||||
前 次 | フレームあり フレームなし |