com.thaiopensource.relaxng.parse
Interface Div

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

public interface Div
extends GrammarSection


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
 void endDiv(Location loc, Annotations anno)
           
 
Methods inherited from interface com.thaiopensource.relaxng.parse.GrammarSection
define, makeDiv, makeInclude, topLevelAnnotation, topLevelComment
 

Method Detail

endDiv

void endDiv(Location loc,
            Annotations anno)
            throws BuildException
Throws:
BuildException