Uses of Interface
convert.relaxng.parse.GrammarSection

Packages that use GrammarSection
convert.relaxng.parse   
convert.relaxng.parse.compact   
 

Uses of GrammarSection in convert.relaxng.parse
 

Subinterfaces of GrammarSection in convert.relaxng.parse
 interface Div
           
 interface Grammar
           
 interface Include
           
 interface IncludedGrammar
           
 

Uses of GrammarSection in convert.relaxng.parse.compact
 

Methods in convert.relaxng.parse.compact with parameters of type GrammarSection
 void CompactSyntax.Define(GrammarSection section, Scope scope, Annotations a)
           
 void CompactSyntax.Definition(GrammarSection section, Scope scope, Annotations a)
           
 void CompactSyntax.Div(GrammarSection section, Scope scope, Annotations a)
           
 Annotations CompactSyntax.GrammarBody(GrammarSection section, Scope scope, Annotations a)
           
 void CompactSyntax.GrammarComponent(GrammarSection section, Scope scope)
           
 void CompactSyntax.Include(GrammarSection section, Scope scope, Annotations a)
           
 Annotations CompactSyntax.IncludeBody(GrammarSection section, Scope scope, Annotations a)
           
 void CompactSyntax.IncludeComponent(GrammarSection section, Scope scope)
           
 void CompactSyntax.IncludeDiv(GrammarSection section, Scope scope, Annotations a)
           
 void CompactSyntax.Start(GrammarSection section, Scope scope, Annotations a)