Uses of Class
com.sun.msv.grammar.relax.RELAXModule

Packages that use RELAXModule
com.sun.msv.driver.textui Command line verifier. 
com.sun.msv.grammar.relax abstract grammar model(AGM): RELAX stub. 
com.sun.msv.reader.relax.core parses RELAX Core into AGM. 
com.sun.msv.reader.relax.core.checker Non-essential schema conformance checks. 
com.sun.msv.relaxns.grammar.relax abstract grammar model(AGM) for RELAXNS-extended RELAX Core. 
com.sun.msv.relaxns.reader.relax parses XML representation of RELAXNS-extended RELAX Core. 
 

Uses of RELAXModule in com.sun.msv.driver.textui
 

Methods in com.sun.msv.driver.textui with parameters of type RELAXModule
static void Driver.dumpRELAXModule(RELAXModule m)
           
 

Uses of RELAXModule in com.sun.msv.grammar.relax
 

Fields in com.sun.msv.grammar.relax declared as RELAXModule
 RELAXModule ElementRules.ownerModule
          RELAXModule object to which this object belongs
 RELAXModule HedgeRules.ownerModule
          RELAXModule object to which this object belongs
 

Constructors in com.sun.msv.grammar.relax with parameters of type RELAXModule
ElementRules(String label, RELAXModule ownerModule)
           
HedgeRules(String label, RELAXModule ownerModule)
           
 

Uses of RELAXModule in com.sun.msv.reader.relax.core
 

Fields in com.sun.msv.reader.relax.core declared as RELAXModule
protected  RELAXModule RELAXCoreReader.module
          RELAX module object being under construction.
 

Methods in com.sun.msv.reader.relax.core that return RELAXModule
 RELAXModule RELAXCoreReader.getResult()
          obtains parsed grammar object only if parsing was successful.
static RELAXModule RELAXCoreReader.parse(InputSource module, SAXParserFactory factory, GrammarReaderController controller, ExpressionPool pool)
          loads RELAX module
static RELAXModule RELAXCoreReader.parse(String moduleURL, SAXParserFactory factory, GrammarReaderController controller, ExpressionPool pool)
          loads RELAX module
 

Uses of RELAXModule in com.sun.msv.reader.relax.core.checker
 

Methods in com.sun.msv.reader.relax.core.checker with parameters of type RELAXModule
static void IdAbuseChecker.check(RELAXCoreReader reader, RELAXModule module)
           
 

Constructors in com.sun.msv.reader.relax.core.checker with parameters of type RELAXModule
ExportedHedgeRuleChecker(RELAXModule module)
           
 

Uses of RELAXModule in com.sun.msv.relaxns.grammar.relax
 

Fields in com.sun.msv.relaxns.grammar.relax declared as RELAXModule
protected  RELAXModule RELAXIslandSchema.module
          underlying RELAX module which this IslandSchema is representing
 

Constructors in com.sun.msv.relaxns.grammar.relax with parameters of type RELAXModule
RELAXIslandSchema(RELAXModule module, Set pendingAnyOtherElements)
           
 

Uses of RELAXModule in com.sun.msv.relaxns.reader.relax
 

Methods in com.sun.msv.relaxns.reader.relax that return RELAXModule
protected  RELAXModule RELAXCoreIslandSchemaReader.getModule()
           
 



MSV