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 void
Driver. 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 RELAXModule
ElementRules. ownerModule
RELAXModule object to which this object belongsRELAXModule
HedgeRules. ownerModule
RELAXModule 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 RELAXModule
RELAXCoreReader. module
RELAX module object being under construction.Methods in com.sun.msv.reader.relax.core that return RELAXModule Modifier and Type Method Description RELAXModule
RELAXCoreReader. getResult()
obtains parsed grammar object only if parsing was successful.static RELAXModule
RELAXCoreReader. parse(java.lang.String moduleURL, javax.xml.parsers.SAXParserFactory factory, GrammarReaderController controller, ExpressionPool pool)
loads RELAX modulestatic RELAXModule
RELAXCoreReader. 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 void
RELAXCoreReader. 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 RELAXModule
ExportedHedgeRuleChecker. module
private RELAXModule
IdAbuseChecker. module
Methods in com.sun.msv.reader.relax.core.checker with parameters of type RELAXModule Modifier and Type Method Description static void
IdAbuseChecker. 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 RELAXModule
RELAXIslandSchema. module
underlying RELAX module which this IslandSchema is representingMethods in com.sun.msv.relaxns.grammar.relax with parameters of type RELAXModule Modifier and Type Method Description Expression
ExportedAttPoolGenerator. 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 RELAXModule
RELAXCoreIslandSchemaReader. getModule()
-