Uses of Interface
convert.relaxng.parse.IncludedGrammar

Packages that use IncludedGrammar
convert.relaxng.parse   
convert.relaxng.parse.compact   
convert.relaxng.parse.sax   
 

Uses of IncludedGrammar in convert.relaxng.parse
 

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

Uses of IncludedGrammar in convert.relaxng.parse.compact
 

Methods in convert.relaxng.parse.compact with parameters of type IncludedGrammar
 ParsedPattern CompactSyntax.IncludedGrammar(IncludedGrammar g)
           
 ParsedPattern CompactParseable.parseInclude(java.lang.String uri, SchemaBuilder sb, IncludedGrammar g)
           
 

Uses of IncludedGrammar in convert.relaxng.parse.sax
 

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