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

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

Uses of IncludedGrammar in com.thaiopensource.relaxng.impl
 

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

Uses of IncludedGrammar in com.thaiopensource.relaxng.parse
 

Methods in com.thaiopensource.relaxng.parse with parameters of type IncludedGrammar
 ParsedPattern SubParser.parseInclude(String uri, SchemaBuilder f, IncludedGrammar g)
           
 

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

Methods in com.thaiopensource.relaxng.parse.compact with parameters of type IncludedGrammar
 ParsedPattern CompactSyntax.IncludedGrammar(IncludedGrammar g)
           
(package private)  ParsedPattern CompactSyntax.parseInclude(IncludedGrammar g)
           
 ParsedPattern CompactParseable.parseInclude(String uri, SchemaBuilder sb, IncludedGrammar g)
           
 

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

Fields in com.thaiopensource.relaxng.parse.sax declared as IncludedGrammar
(package private)  IncludedGrammar SchemaParser.RootState.grammar
           
(package private)  IncludedGrammar SchemaParser.MergeGrammarState.grammar
           
 

Methods in com.thaiopensource.relaxng.parse.sax with parameters of type IncludedGrammar
 ParsedPattern SAXSubParser.parseInclude(String uri, SchemaBuilder schemaBuilder, IncludedGrammar g)
           
 

Constructors in com.thaiopensource.relaxng.parse.sax with parameters of type IncludedGrammar
SchemaParser.MergeGrammarState(IncludedGrammar grammar)
           
SchemaParser.RootState(IncludedGrammar grammar, Scope scope, String ns)
           
SchemaParser(XMLReader xr, ErrorHandler eh, EntityResolver er, SchemaBuilder schemaBuilder, IncludedGrammar grammar, Scope scope)