shohaku.ginkgo
クラス SimpleNode

java.lang.Object
  拡張shohaku.ginkgo.AbstractNode
      拡張shohaku.ginkgo.SimpleNode
すべての実装インタフェース:
Node

public class SimpleNode
extends AbstractNode

ノードのシンプル実装を提供します。


フィールドの概要
 
インタフェース shohaku.ginkgo.Node から継承したフィールド
SCOPE_DOCUMENT, SCOPE_OWNER, SCOPE_PUBLIC, TYPE_COMMAND, TYPE_COMMENT, TYPE_CONTAINER, TYPE_TEXT, TYPE_VALUE
 
コンストラクタの概要
SimpleNode()
           
 
メソッドの概要
protected  int getNodeScope()
          Node.SCOPE_OWNERを返却します。
 
クラス shohaku.ginkgo.AbstractNode から継承したメソッド
begin, child, end, finish, getAttribute, getAttribute, getContext, getId, getNodeValue, getScope, getText, initialize, isType
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SimpleNode

public SimpleNode()
メソッドの詳細

getNodeScope

protected int getNodeScope()
Node.SCOPE_OWNERを返却します。

オーバーライド:
クラス AbstractNode 内の getNodeScope
戻り値:
code>Node.SCOPE_OWNER