org.kohsuke.rngom.parse.host
クラス IncludeHost

java.lang.Object
  拡張org.kohsuke.rngom.parse.host.Base
      拡張org.kohsuke.rngom.parse.host.GrammarSectionHost
          拡張org.kohsuke.rngom.parse.host.IncludeHost
すべての実装インタフェース:
GrammarSection, Include

public class IncludeHost
extends GrammarSectionHost
implements Include

作成者:
Kohsuke Kawaguchi (kk@kohsuke.org)

入れ子クラスの概要
 
クラス 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.parse.host.GrammarSectionHost から継承したメソッド
define, makeDiv, makeInclude, topLevelAnnotation, topLevelComment
 
クラス org.kohsuke.rngom.parse.host.Base から継承したメソッド
cast, cast
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース 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
定義:
インタフェース Include 内の endInclude
パラメータ:
current - The current document we are parsing. This is the document that contains an include.
例外:
BuildException
IllegalSchemaException