com.thaiopensource.relaxng.parse
Interface Include

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

public interface Include
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 endInclude(String uri, String ns, Location loc, Annotations anno)
           
 
Methods inherited from interface com.thaiopensource.relaxng.parse.GrammarSection
define, makeDiv, makeInclude, topLevelAnnotation, topLevelComment
 

Method Detail

endInclude

void endInclude(String uri,
                String ns,
                Location loc,
                Annotations anno)
                throws BuildException,
                       IllegalSchemaException
Throws:
BuildException
IllegalSchemaException