Package | Description |
---|---|
com.sun.msv.reader.relax.core |
parses RELAX Core into AGM.
|
com.sun.msv.reader.trex.classic |
parses TREX pattern into AGM.
|
com.sun.msv.reader.xmlschema |
parses XML representation of XML Schema into AGM.
|
com.sun.msv.relaxns.reader.relax |
parses XML representation of RELAXNS-extended RELAX Core.
|
Modifier and Type | Class and Description |
---|---|
class |
RELAXCoreReader
reads RELAX module (classic RELAX module; no namespace extension)
by SAX2 and constructs abstract grammar model.
|
Modifier and Type | Class and Description |
---|---|
class |
TREXGrammarReader
reads TREX grammar from SAX2 and constructs abstract grammar model.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLSchemaReader
parses XML representation of XML Schema and constructs AGM.
|
Modifier and Type | Class and Description |
---|---|
class |
RELAXCoreIslandSchemaReader
reads RELAX-Namespace-extended RELAX Core.
|