com.thaiopensource.relaxng.parse
Interface IncludedGrammar

All Superinterfaces:
GrammarSection, Scope
All Known Implementing Classes:
SchemaBuilderImpl.GrammarImpl

public interface IncludedGrammar
extends GrammarSection, Scope


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.thaiopensource.relaxng.parse.GrammarSection
GrammarSection.Combine
 
Field Summary
 
Fields inherited from interface com.thaiopensource.relaxng.parse.GrammarSection
COMBINE_CHOICE, COMBINE_INTERLEAVE, START
 
Method Summary
 ParsedPattern endIncludedGrammar(Location loc, Annotations anno)
           
 
Methods inherited from interface com.thaiopensource.relaxng.parse.GrammarSection
define, makeDiv, makeInclude, topLevelAnnotation, topLevelComment
 
Methods inherited from interface com.thaiopensource.relaxng.parse.Scope
makeParentRef, makeRef
 

Method Detail

endIncludedGrammar

ParsedPattern endIncludedGrammar(Location loc,
                                 Annotations anno)
                                 throws BuildException
Throws:
BuildException