Package | Description |
---|---|
com.sun.msv.reader.trex |
shared code between RELAX NG reader and TREX reader.
|
com.sun.msv.reader.trex.classic |
parses TREX pattern into AGM.
|
com.sun.msv.reader.trex.ng |
parses RELAX NG into AGM.
|
com.sun.msv.reader.trex.ng.comp |
parses RELAX NG with DTD compatibility annotation into AGM.
|
Modifier and Type | Field and Description |
---|---|
private TREXBaseReader |
TREXSequencedStringChecker.reader |
Modifier and Type | Method and Description |
---|---|
protected TREXBaseReader |
StartState.getReader() |
protected TREXBaseReader |
DivInGrammarState.getReader() |
Constructor and Description |
---|
TREXSequencedStringChecker(TREXBaseReader reader,
boolean _rejectTextInInterleave) |
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 |
RELAXNGReader
reads RELAX NG grammar from SAX2 and constructs abstract grammar model.
|
Modifier and Type | Class and Description |
---|---|
class |
RELAXNGCompReader
reads RELAX NG grammar with DTD compatibility annotation
and constructs abstract grammar model.
|