convert.relaxng.parse
Interface IncludedGrammar

All Superinterfaces:
GrammarSection, Scope

public interface IncludedGrammar
extends GrammarSection, Scope


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

Method Detail

endIncludedGrammar

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