Package com.thaiopensource.relaxng.parse
Interface Include<P,L,EA,CL extends CommentList<L>,A extends Annotations<L,EA,CL>>
-
- All Superinterfaces:
GrammarSection<P,L,EA,CL,A>
public interface Include<P,L,EA,CL extends CommentList<L>,A extends Annotations<L,EA,CL>> extends GrammarSection<P,L,EA,CL,A>
-
-
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidendInclude(java.lang.String href, java.lang.String base, java.lang.String ns, L loc, A anno)-
Methods inherited from interface com.thaiopensource.relaxng.parse.GrammarSection
define, makeDiv, makeInclude, topLevelAnnotation, topLevelComment
-
-
-
-
Method Detail
-
endInclude
void endInclude(java.lang.String href, java.lang.String base, java.lang.String ns, L loc, A anno) throws BuildException, IllegalSchemaException- Throws:
BuildExceptionIllegalSchemaException
-
-