org.kohsuke.rngom.ast.builder
インタフェース Include

すべてのスーパーインタフェース:
GrammarSection
既知の実装クラスの一覧:
IncludeHost

public interface Include
extends GrammarSection


入れ子クラスの概要
 
クラス org.kohsuke.rngom.ast.builder.GrammarSection から継承した入れ子クラス
GrammarSection.Combine
 
フィールドの概要
 
インタフェース org.kohsuke.rngom.ast.builder.GrammarSection から継承したフィールド
COMBINE_CHOICE, COMBINE_INTERLEAVE, START
 
メソッドの概要
 void endInclude(Parseable current, java.lang.String uri, java.lang.String ns, Location loc, Annotations anno)
           
 
インタフェース org.kohsuke.rngom.ast.builder.GrammarSection から継承したメソッド
define, makeDiv, makeInclude, topLevelAnnotation, topLevelComment
 

メソッドの詳細

endInclude

public void endInclude(Parseable current,
                       java.lang.String uri,
                       java.lang.String ns,
                       Location loc,
                       Annotations anno)
                throws BuildException,
                       IllegalSchemaException
パラメータ:
current - The current document we are parsing. This is the document that contains an include.
例外:
BuildException
IllegalSchemaException