shohaku.ginkgo.nodes.core.contain
クラス DocumentContainNode

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

public class DocumentContainNode
extends AbstractDefaultNode

Node.SCOPE_DOCUMENTのスコープを持つコンテナを提供します。


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

コンストラクタの詳細

DocumentContainNode

public DocumentContainNode()
メソッドの詳細

getTypes

protected int[] getTypes()
有効なノード種別を返却します。

定義:
クラス AbstractDefaultNode 内の getTypes
戻り値:
有効なノード種別

getNodeScope

protected int getNodeScope()
ノードの固有のスコープを返却します。

オーバーライド:
クラス AbstractNode 内の getNodeScope
戻り値:
ノードの固有のスコープ