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.
|
Modifier and Type | Method and Description |
---|---|
static void |
Driver.dumpRELAXModule(RELAXModule m) |
Modifier and Type | Field and Description |
---|---|
RELAXModule |
HedgeRules.ownerModule
RELAXModule object to which this object belongs
|
RELAXModule |
ElementRules.ownerModule
RELAXModule object to which this object belongs
|
Constructor and Description |
---|
ElementRules(java.lang.String label,
RELAXModule ownerModule) |
HedgeRules(java.lang.String label,
RELAXModule ownerModule) |
Modifier and Type | Field and Description |
---|---|
protected RELAXModule |
RELAXCoreReader.module
RELAX module object being under construction.
|
Modifier and Type | Method and Description |
---|---|
RELAXModule |
RELAXCoreReader.getResult()
obtains parsed grammar object only if parsing was successful.
|
static RELAXModule |
RELAXCoreReader.parse(org.xml.sax.InputSource module,
javax.xml.parsers.SAXParserFactory factory,
GrammarReaderController controller,
ExpressionPool pool)
loads RELAX module
|
static RELAXModule |
RELAXCoreReader.parse(java.lang.String moduleURL,
javax.xml.parsers.SAXParserFactory factory,
GrammarReaderController controller,
ExpressionPool pool)
loads RELAX module
|
Modifier and Type | Method and Description |
---|---|
private void |
RELAXCoreReader.detectDoubleAttributeConstraints(RELAXModule module)
detect two AttributeExps that share the same target name.
|
Modifier and Type | Field and Description |
---|---|
private RELAXModule |
IdAbuseChecker.module |
private RELAXModule |
ExportedHedgeRuleChecker.module |
Modifier and Type | Method and Description |
---|---|
static void |
IdAbuseChecker.check(RELAXCoreReader reader,
RELAXModule module) |
Constructor and Description |
---|
ExportedHedgeRuleChecker(RELAXModule module) |
IdAbuseChecker(RELAXCoreReader r,
RELAXModule m) |
Modifier and Type | Field and Description |
---|---|
protected RELAXModule |
RELAXIslandSchema.module
underlying RELAX module which this IslandSchema is representing
|
Modifier and Type | Method and Description |
---|---|
Expression |
ExportedAttPoolGenerator.create(RELAXModule module,
Expression exp) |
Constructor and Description |
---|
RELAXIslandSchema(RELAXModule module,
java.util.Set pendingAnyOtherElements) |
Modifier and Type | Method and Description |
---|---|
protected RELAXModule |
RELAXCoreIslandSchemaReader.getModule() |