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