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 | Method | Description |
---|---|---|
protected TREXBaseReader |
DivInGrammarState.getReader() |
|
protected TREXBaseReader |
StartState.getReader() |
Constructor | Description |
---|---|
TREXSequencedStringChecker(TREXBaseReader reader,
boolean _rejectTextInInterleave) |
Modifier and Type | Class | Description |
---|---|---|
class |
TREXGrammarReader |
reads TREX grammar from SAX2 and constructs abstract grammar model.
|
Modifier and Type | Class | Description |
---|---|---|
class |
RELAXNGReader |
reads RELAX NG grammar from SAX2 and constructs abstract grammar model.
|
Modifier and Type | Class | Description |
---|---|---|
class |
RELAXNGCompReader |
reads RELAX NG grammar with DTD compatibility annotation
and constructs abstract grammar model.
|
Copyright © 2019 Oracle Corporation. All rights reserved.