Uses of Interface
com.thaiopensource.relaxng.parse.GrammarSection

Packages that use GrammarSection
com.thaiopensource.relaxng.impl   
com.thaiopensource.relaxng.parse   
com.thaiopensource.relaxng.parse.compact   
com.thaiopensource.relaxng.parse.sax   
 

Uses of GrammarSection in com.thaiopensource.relaxng.impl
 

Classes in com.thaiopensource.relaxng.impl that implement GrammarSection
(package private) static class SchemaBuilderImpl.GrammarImpl
           
private static class SchemaBuilderImpl.IncludeImpl
           
 

Uses of GrammarSection in com.thaiopensource.relaxng.parse
 

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

Uses of GrammarSection in com.thaiopensource.relaxng.parse.compact
 

Methods in com.thaiopensource.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)
           
private  void CompactSyntax.topLevelComments(GrammarSection section)
           
 

Uses of GrammarSection in com.thaiopensource.relaxng.parse.sax
 

Fields in com.thaiopensource.relaxng.parse.sax declared as GrammarSection
(package private)  GrammarSection SchemaParser.GrammarSectionState.section
           
(package private)  GrammarSection SchemaParser.DefinitionState.section
           
 

Constructors in com.thaiopensource.relaxng.parse.sax with parameters of type GrammarSection
SchemaParser.DefineState(GrammarSection section)
           
SchemaParser.DefinitionState(GrammarSection section)
           
SchemaParser.GrammarSectionState(GrammarSection section)
           
SchemaParser.StartState(GrammarSection section)