com.thaiopensource.relaxng.parse
Interface Grammar

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

public interface Grammar
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 endGrammar(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

endGrammar

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