Package com.thaiopensource.relaxng.parse
Interface Grammar<P,L,EA,CL extends CommentList<L>,A extends Annotations<L,EA,CL>>
-
- All Superinterfaces:
GrammarSection<P,L,EA,CL,A>,Scope<P,L,EA,CL,A>
public interface Grammar<P,L,EA,CL extends CommentList<L>,A extends Annotations<L,EA,CL>> extends GrammarSection<P,L,EA,CL,A>, Scope<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 PendGrammar(L loc, A 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
P endGrammar(L loc, A anno) throws BuildException
- Throws:
BuildException
-
-