Uses of Class
com.thaiopensource.relaxng.impl.SchemaBuilderImpl

Packages that use SchemaBuilderImpl
com.thaiopensource.relaxng.impl   
 

Uses of SchemaBuilderImpl in com.thaiopensource.relaxng.impl
 

Fields in com.thaiopensource.relaxng.impl declared as SchemaBuilderImpl
private  SchemaBuilderImpl SchemaBuilderImpl.parent
           
private  SchemaBuilderImpl SchemaBuilderImpl.GrammarImpl.sb
           
private  SchemaBuilderImpl SchemaBuilderImpl.RootScope.sb
           
private  SchemaBuilderImpl SchemaBuilderImpl.IncludeImpl.sb
           
 

Constructors in com.thaiopensource.relaxng.impl with parameters of type SchemaBuilderImpl
SchemaBuilderImpl.GrammarImpl(SchemaBuilderImpl sb, SchemaBuilderImpl.GrammarImpl g)
           
SchemaBuilderImpl.GrammarImpl(SchemaBuilderImpl sb, Scope parent)
           
SchemaBuilderImpl.IncludeImpl(SchemaBuilderImpl sb, SchemaBuilderImpl.GrammarImpl grammar)
           
SchemaBuilderImpl.RootScope(SchemaBuilderImpl sb)
           
SchemaBuilderImpl(String inheritNs, String uri, SchemaBuilderImpl parent)