Package com.thaiopensource.relaxng.parse
Interface Div<P,L,EA,CL extends CommentList<L>,A extends Annotations<L,EA,CL>>
-
- All Superinterfaces:
GrammarSection<P,L,EA,CL,A>
public interface Div<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 voidendDiv(L loc, A anno)-
Methods inherited from interface com.thaiopensource.relaxng.parse.GrammarSection
define, makeDiv, makeInclude, topLevelAnnotation, topLevelComment
-
-
-
-
Method Detail
-
endDiv
void endDiv(L loc, A anno) throws BuildException
- Throws:
BuildException
-
-