Uses of Class
com.thaiopensource.relaxng.parse.GrammarSection.Combine

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

Uses of GrammarSection.Combine in com.thaiopensource.relaxng.impl
 

Methods in com.thaiopensource.relaxng.impl with parameters of type GrammarSection.Combine
private  void SchemaBuilderImpl.GrammarImpl.define(RefPattern rp, GrammarSection.Combine combine, ParsedPattern pattern, Location loc)
           
 void SchemaBuilderImpl.GrammarImpl.define(String name, GrammarSection.Combine combine, ParsedPattern pattern, Location loc, Annotations anno)
           
 void SchemaBuilderImpl.IncludeImpl.define(String name, GrammarSection.Combine combine, ParsedPattern pattern, Location loc, Annotations anno)
           
 

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

Fields in com.thaiopensource.relaxng.parse declared as GrammarSection.Combine
static GrammarSection.Combine GrammarSection.COMBINE_CHOICE
           
static GrammarSection.Combine GrammarSection.COMBINE_INTERLEAVE
           
 

Methods in com.thaiopensource.relaxng.parse with parameters of type GrammarSection.Combine
 void GrammarSection.define(String name, GrammarSection.Combine combine, ParsedPattern pattern, Location loc, Annotations anno)
           
 

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

Methods in com.thaiopensource.relaxng.parse.compact that return GrammarSection.Combine
 GrammarSection.Combine CompactSyntax.AssignOp()
           
 

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

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