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

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

Uses of SchemaBuilder in com.thaiopensource.relaxng.impl
 

Classes in com.thaiopensource.relaxng.impl that implement SchemaBuilder
 class SchemaBuilderImpl
           
 

Uses of SchemaBuilder in com.thaiopensource.relaxng.parse
 

Methods in com.thaiopensource.relaxng.parse with parameters of type SchemaBuilder
 ParsedPatternFuture ParseReceiver.installHandlers(XMLReader xr, SchemaBuilder schemaBuilder, Scope scope)
           
 ParsedPattern Parseable.parse(SchemaBuilder f, Scope scope)
           
 ParsedPattern SubParser.parseExternal(String uri, SchemaBuilder f, Scope s)
           
 ParsedPattern SubParser.parseInclude(String uri, SchemaBuilder f, IncludedGrammar g)
           
 

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

Fields in com.thaiopensource.relaxng.parse.compact declared as SchemaBuilder
private  SchemaBuilder CompactSyntax.sb
           
 

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

Constructors in com.thaiopensource.relaxng.parse.compact with parameters of type SchemaBuilder
CompactSyntax(Reader r, String sourceUri, SchemaBuilder sb, ErrorHandler eh)
           
 

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

Fields in com.thaiopensource.relaxng.parse.sax declared as SchemaBuilder
private  SchemaBuilder SchemaParser.schemaBuilder
           
 

Methods in com.thaiopensource.relaxng.parse.sax with parameters of type SchemaBuilder
 ParsedPatternFuture SAXParseReceiver.installHandlers(XMLReader xr, SchemaBuilder schemaBuilder, Scope scope)
           
 ParsedPattern SAXParseable.parse(SchemaBuilder schemaBuilder, Scope scope)
           
 ParsedPattern SAXSubParser.parseExternal(String uri, SchemaBuilder schemaBuilder, Scope s)
           
 ParsedPattern SAXSubParser.parseInclude(String uri, SchemaBuilder schemaBuilder, IncludedGrammar g)
           
 

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