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 RELAXModuleElementRules.ownerModuleRELAXModule object to which this object belongsfinal RELAXModuleHedgeRules.ownerModuleRELAXModule object to which this object belongsConstructors in com.sun.msv.grammar.relax with parameters of type RELAXModuleModifierConstructorDescriptionprotectedElementRules(String label, RELAXModule ownerModule) protectedHedgeRules(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 RELAXModuleRELAXCoreReader.moduleRELAX module object being under construction.Methods in com.sun.msv.reader.relax.core that return RELAXModuleModifier and TypeMethodDescriptionfinal RELAXModuleRELAXCoreReader.getResult()obtains parsed grammar object only if parsing was successful.static RELAXModuleRELAXCoreReader.parse(String moduleURL, SAXParserFactory factory, GrammarReaderController controller, ExpressionPool pool) loads RELAX modulestatic RELAXModuleRELAXCoreReader.parse(InputSource module, 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 RELAXModuleModifier and TypeMethodDescriptionstatic voidIdAbuseChecker.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 RELAXModuleRELAXIslandSchema.moduleunderlying RELAX module which this IslandSchema is representingConstructors in com.sun.msv.relaxns.grammar.relax with parameters of type RELAXModuleModifierConstructorDescriptionRELAXIslandSchema(RELAXModule module, Set<Expression> pendingAnyOtherElements) -
Uses of RELAXModule in com.sun.msv.relaxns.reader.relax
Methods in com.sun.msv.relaxns.reader.relax that return RELAXModule