|
|||||||||||
前 次 | フレームあり フレームなし |
DocumentContext を使用しているパッケージ | |
shohaku.composer | XMLで定義された情報を構造化されたオブジェクトに変換する機能を提供します。 |
shohaku.composer.node | ノードのデフォルト実装を構成するための共通機能を提供します。 |
shohaku.composer での DocumentContext の使用 |
DocumentContext を返す shohaku.composer のメソッド | |
DocumentContext |
Composer.getDocumentContext()
解析中又は直前に解析したドキュメントのコンテキスト情報を返します。 |
DocumentContext |
NodeContext.getDocumentContext()
ドキュメントのコンテキスト情報を返却します。 |
DocumentContext 型のパラメータを持つ shohaku.composer のメソッド | |
TagAttributes |
Substitutor.substitute(DocumentContext context,
java.lang.String uri,
java.lang.String nodeName,
TagAttributes atts)
ノードの属性を代入して返す。 |
java.lang.String |
Substitutor.substitute(DocumentContext context,
java.lang.String uri,
java.lang.String nodeName,
java.lang.String text)
テキスト文字列を代入して返す。 |
shohaku.composer.node での DocumentContext の使用 |
DocumentContext を返す shohaku.composer.node のメソッド | |
protected DocumentContext |
AbstractBaseNode.getDocumentContext()
ドキュメントのコンテキスト情報を返却します。 |
DocumentContext 型のパラメータを持つ shohaku.composer.node のメソッド | |
static java.lang.Class |
NodeCompositeUtilities.loadClass(java.lang.String s,
DocumentContext context)
指定された文字列からクラスをロードし返却します。 |
static Node |
NodeCompositeUtilities.getReferenceNodeById(DocumentContext docContext,
CompositeContext compContext,
java.lang.String id)
公開ノードを示す区切り文字':'を判別して、指定されたIDに対応するノードを返す。 |
static java.lang.String |
NodeCompositeUtilities.filterReferenceExpression(DocumentContext context,
java.lang.String s)
指定の文字列を参照構文として解析し変換し返却します。 |
|
|||||||||||
前 次 | フレームあり フレームなし |