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

Packages that use Include
com.thaiopensource.relaxng.impl   
com.thaiopensource.relaxng.parse   
com.thaiopensource.relaxng.parse.sax   
 

Uses of Include in com.thaiopensource.relaxng.impl
 

Classes in com.thaiopensource.relaxng.impl that implement Include
private static class SchemaBuilderImpl.IncludeImpl
           
 

Methods in com.thaiopensource.relaxng.impl that return Include
 Include SchemaBuilderImpl.GrammarImpl.makeInclude()
           
 Include SchemaBuilderImpl.IncludeImpl.makeInclude()
           
 

Uses of Include in com.thaiopensource.relaxng.parse
 

Methods in com.thaiopensource.relaxng.parse that return Include
 Include GrammarSection.makeInclude()
          Returns null if already in an include.
 

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

Fields in com.thaiopensource.relaxng.parse.sax declared as Include
(package private)  Include SchemaParser.IncludeState.include
           
 

Constructors in com.thaiopensource.relaxng.parse.sax with parameters of type Include
SchemaParser.IncludeState(Include include)