Uses of Class
com.sun.msv.grammar.relax.RELAXModule
Packages that use RELAXModule
Package
Description
Command line verifier.
abstract grammar model(AGM): RELAX stub.
parses RELAX Core into AGM.
Non-essential schema conformance checks.
abstract grammar model(AGM) for RELAXNS-extended RELAX Core.
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 -
Uses of RELAXModule in com.sun.msv.grammar.relax
Fields in com.sun.msv.grammar.relax declared as RELAXModuleModifier and TypeFieldDescriptionfinal RELAXModule
ElementRules.ownerModule
RELAXModule object to which this object belongsfinal RELAXModule
HedgeRules.ownerModule
RELAXModule object to which this object belongsConstructors in com.sun.msv.grammar.relax with parameters of type RELAXModuleModifierConstructorDescriptionprotected
ElementRules
(String label, RELAXModule ownerModule) protected
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 RELAXModuleModifier and TypeFieldDescriptionprotected RELAXModule
RELAXCoreReader.module
RELAX module object being under construction.Methods in com.sun.msv.reader.relax.core that return RELAXModuleModifier and TypeMethodDescriptionfinal RELAXModule
RELAXCoreReader.getResult()
obtains parsed grammar object only if parsing was successful.static RELAXModule
RELAXCoreReader.parse
(String moduleURL, SAXParserFactory factory, GrammarReaderController controller, ExpressionPool pool) loads RELAX modulestatic RELAXModule
RELAXCoreReader.parse
(InputSource module, SAXParserFactory factory, GrammarReaderController controller, ExpressionPool pool) loads RELAX moduleMethods in com.sun.msv.reader.relax.core with parameters of type RELAXModuleModifier and TypeMethodDescriptionprivate 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 RELAXModuleModifier and TypeFieldDescriptionprivate final RELAXModule
ExportedHedgeRuleChecker.module
private final RELAXModule
IdAbuseChecker.module
Methods in com.sun.msv.reader.relax.core.checker with parameters of type RELAXModuleModifier and TypeMethodDescriptionstatic void
IdAbuseChecker.check
(RELAXCoreReader reader, RELAXModule module) Constructors in com.sun.msv.reader.relax.core.checker with parameters of type RELAXModule -
Uses of RELAXModule in com.sun.msv.relaxns.grammar.relax
Fields in com.sun.msv.relaxns.grammar.relax declared as RELAXModuleModifier and TypeFieldDescriptionprotected final RELAXModule
RELAXIslandSchema.module
underlying RELAX module which this IslandSchema is representingMethods in com.sun.msv.relaxns.grammar.relax with parameters of type RELAXModuleModifier and TypeMethodDescriptionExportedAttPoolGenerator.create
(RELAXModule module, Expression exp) Constructors in com.sun.msv.relaxns.grammar.relax with parameters of type RELAXModule -
Uses of RELAXModule in com.sun.msv.relaxns.reader.relax
Methods in com.sun.msv.relaxns.reader.relax that return RELAXModule