Uses of Class
com.sun.msv.grammar.relax.RELAXModule
-
Packages that use RELAXModule Package Description 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 Modifier and Type Method Description static voidDriver. dumpRELAXModule(RELAXModule m) -
Uses of RELAXModule in com.sun.msv.grammar.relax
Fields in com.sun.msv.grammar.relax declared as RELAXModule Modifier and Type Field Description RELAXModuleElementRules. ownerModuleRELAXModule object to which this object belongsRELAXModuleHedgeRules. ownerModuleRELAXModule object to which this object belongsConstructors in com.sun.msv.grammar.relax with parameters of type RELAXModule Constructor Description ElementRules(java.lang.String label, RELAXModule ownerModule)HedgeRules(java.lang.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 Modifier and Type Field Description protected RELAXModuleRELAXCoreReader. moduleRELAX module object being under construction.Methods in com.sun.msv.reader.relax.core that return RELAXModule Modifier and Type Method Description RELAXModuleRELAXCoreReader. getResult()obtains parsed grammar object only if parsing was successful.static RELAXModuleRELAXCoreReader. parse(java.lang.String moduleURL, javax.xml.parsers.SAXParserFactory factory, GrammarReaderController controller, ExpressionPool pool)loads RELAX modulestatic RELAXModuleRELAXCoreReader. parse(org.xml.sax.InputSource module, javax.xml.parsers.SAXParserFactory factory, GrammarReaderController controller, ExpressionPool pool)loads RELAX moduleMethods in com.sun.msv.reader.relax.core with parameters of type RELAXModule Modifier and Type Method Description private voidRELAXCoreReader. detectDoubleAttributeConstraints(RELAXModule module)detect two AttributeExps that share the same target name. -
Uses of RELAXModule in com.sun.msv.reader.relax.core.checker
Fields in com.sun.msv.reader.relax.core.checker declared as RELAXModule Modifier and Type Field Description private RELAXModuleExportedHedgeRuleChecker. moduleprivate RELAXModuleIdAbuseChecker. moduleMethods in com.sun.msv.reader.relax.core.checker with parameters of type RELAXModule Modifier and Type Method Description static voidIdAbuseChecker. check(RELAXCoreReader reader, RELAXModule module)Constructors in com.sun.msv.reader.relax.core.checker with parameters of type RELAXModule Constructor Description ExportedHedgeRuleChecker(RELAXModule module)IdAbuseChecker(RELAXCoreReader r, RELAXModule m) -
Uses of RELAXModule in com.sun.msv.relaxns.grammar.relax
Fields in com.sun.msv.relaxns.grammar.relax declared as RELAXModule Modifier and Type Field Description protected RELAXModuleRELAXIslandSchema. moduleunderlying RELAX module which this IslandSchema is representingMethods in com.sun.msv.relaxns.grammar.relax with parameters of type RELAXModule Modifier and Type Method Description ExpressionExportedAttPoolGenerator. create(RELAXModule module, Expression exp)Constructors in com.sun.msv.relaxns.grammar.relax with parameters of type RELAXModule Constructor Description RELAXIslandSchema(RELAXModule module, java.util.Set pendingAnyOtherElements) -
Uses of RELAXModule in com.sun.msv.relaxns.reader.relax
Methods in com.sun.msv.relaxns.reader.relax that return RELAXModule Modifier and Type Method Description protected RELAXModuleRELAXCoreIslandSchemaReader. getModule()
-