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 | Description |
---|---|---|
static void |
Driver.dumpRELAXModule(RELAXModule m) |
Modifier and Type | Field | Description |
---|---|---|
RELAXModule |
ElementRules.ownerModule |
RELAXModule object to which this object belongs
|
RELAXModule |
HedgeRules.ownerModule |
RELAXModule object to which this object belongs
|
Constructor | Description |
---|---|
ElementRules(String label,
RELAXModule ownerModule) |
|
HedgeRules(String label,
RELAXModule ownerModule) |
Modifier and Type | Field | Description |
---|---|---|
protected RELAXModule |
RELAXCoreReader.module |
RELAX module object being under construction.
|
Modifier and Type | Method | Description |
---|---|---|
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 module
|
static RELAXModule |
RELAXCoreReader.parse(InputSource module,
SAXParserFactory factory,
GrammarReaderController controller,
ExpressionPool pool) |
loads RELAX module
|
Modifier and Type | Method | Description |
---|---|---|
static void |
IdAbuseChecker.check(RELAXCoreReader reader,
RELAXModule module) |
Constructor | Description |
---|---|
ExportedHedgeRuleChecker(RELAXModule module) |
Modifier and Type | Field | Description |
---|---|---|
protected RELAXModule |
RELAXIslandSchema.module |
underlying RELAX module which this IslandSchema is representing
|
Constructor | Description |
---|---|
RELAXIslandSchema(RELAXModule module,
Set pendingAnyOtherElements) |
Modifier and Type | Method | Description |
---|---|---|
protected RELAXModule |
RELAXCoreIslandSchemaReader.getModule() |
Copyright © 2019 Oracle Corporation. All rights reserved.