shohaku.shoin.factory
クラス ShoinContextFactory

java.lang.Object
  拡張shohaku.shoin.factory.AbstractResourceSetFactory
      拡張shohaku.shoin.factory.AbstractIOResourceSetFactory
          拡張shohaku.shoin.factory.AbstractGinkgoResourceSetFactory
              拡張shohaku.shoin.factory.ShoinContextFactory
すべての実装インタフェース:
GinkgoResourceSetFactory, IOResourceSetFactory, ResourceSetFactory

public class ShoinContextFactory
extends AbstractGinkgoResourceSetFactory

ライブラリの集約機能のコンテキスト要素を生成するファクトリを提供します。
これは、shohaku.shoin.Shoin が内部的に使用します、ユーザが直接に利用することは無いと思われます。


コンストラクタの概要
ShoinContextFactory()
          プロパティを初期値で初期化します。
 
メソッドの概要
protected  void initValues(java.util.Map lookup, shohaku.ginkgo.TagNode root, int index)
          リソースの初期化および登録します。
 
クラス shohaku.shoin.factory.AbstractGinkgoResourceSetFactory から継承したメソッド
findClassLoader, getClassLoader, getDefaultNodeCompositeRule, getDocumentCompositeRule, getNodeCompositeRule, getParentDocument, getParseDocument, getResourceSet, load, load, newResourceSetMap, newResourceSetObject, setClassLoader, setDocumentCompositeRule, setNodeCompositeRule, setParentDocument, setParseDocument
 
クラス shohaku.shoin.factory.AbstractIOResourceSetFactory から継承したメソッド
getIOResources, setIOResources
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース shohaku.shoin.IOResourceSetFactory から継承したメソッド
getIOResources, setIOResources
 

コンストラクタの詳細

ShoinContextFactory

public ShoinContextFactory()
プロパティを初期値で初期化します。

メソッドの詳細

initValues

protected void initValues(java.util.Map lookup,
                          shohaku.ginkgo.TagNode root,
                          int index)
                   throws shohaku.ginkgo.GinkgoException
クラス AbstractGinkgoResourceSetFactory の記述:
リソースの初期化および登録します。

定義:
クラス AbstractGinkgoResourceSetFactory 内の initValues
パラメータ:
lookup - リソースを格納するマップ
root - ルートタグ
index - IOリソースのインデックス
例外:
shohaku.ginkgo.GinkgoException