|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Ginkgo API 用いてリソース集合を生成する機能を提供します。
メソッドの概要 | |
java.lang.ClassLoader |
getClassLoader()
リソースの生成に使用するクラスローダを返却します。 |
shohaku.ginkgo.DocumentCompositeRule |
getDocumentCompositeRule()
リソースの生成に使用する銀杏APIのドキュメント構成ルールを返却します。 |
shohaku.ginkgo.NodeCompositeRule |
getNodeCompositeRule()
リソースの生成に使用する銀杏APIのノード構成ルールを返却します。 |
shohaku.ginkgo.Document |
getParentDocument()
リソースの生成に指定する親のドキュメントを返却します。 |
shohaku.ginkgo.Document |
getParseDocument()
直前に解析したドキュメントを返却します。 |
ResourceSet |
getResourceSet()
Ginkgo API 用いてIOリソースから、リソース集合を生成し返却します。 |
void |
setClassLoader(java.lang.ClassLoader classLoader)
リソースの生成に使用するクラスローダを格納します。 |
void |
setDocumentCompositeRule(shohaku.ginkgo.DocumentCompositeRule documentCompositeRule)
リソースの生成に使用する銀杏APIのドキュメント構成ルールを格納します。 |
void |
setNodeCompositeRule(shohaku.ginkgo.NodeCompositeRule nodeCompositeRule)
リソースの生成に使用する銀杏APIのノード構成ルールを格納します。 |
void |
setParentDocument(shohaku.ginkgo.Document parentDocument)
リソースの生成に指定する親のドキュメントを格納します。 |
インタフェース shohaku.shoin.IOResourceSetFactory から継承したメソッド |
getIOResources, setIOResources |
メソッドの詳細 |
public ResourceSet getResourceSet() throws ResourceSetCreationException
IOResourceSetFactory
内の getResourceSet
ResourceSetCreationException
- リソース集合の生成に失敗した場合public shohaku.ginkgo.NodeCompositeRule getNodeCompositeRule()
public void setNodeCompositeRule(shohaku.ginkgo.NodeCompositeRule nodeCompositeRule)
nodeCompositeRule
- 銀杏APIの構成ルールpublic shohaku.ginkgo.DocumentCompositeRule getDocumentCompositeRule()
public void setDocumentCompositeRule(shohaku.ginkgo.DocumentCompositeRule documentCompositeRule)
documentCompositeRule
- 銀杏APIのドキュメント構成ルールpublic shohaku.ginkgo.Document getParentDocument()
public void setParentDocument(shohaku.ginkgo.Document parentDocument)
parentDocument
- 親のドキュメントpublic shohaku.ginkgo.Document getParseDocument()
public java.lang.ClassLoader getClassLoader()
public void setClassLoader(java.lang.ClassLoader classLoader)
classLoader
- クラスローダ
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |