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.
|
com.sun.msv.reader.trex.typed |
reads TREX grammar with "label
annotation".
|
Modifier and Type | Field | Description |
---|---|---|
TREXBaseReader.StateFactory |
TREXBaseReader.sfactory |
Constructor | Description |
---|---|
TREXBaseReader(GrammarReaderController controller,
SAXParserFactory parserFactory,
ExpressionPool pool,
TREXBaseReader.StateFactory stateFactory,
State rootState) |
full constructor
|
Modifier and Type | Class | Description |
---|---|---|
static class |
TREXGrammarReader.StateFactory |
creates various State object, which in turn parses grammar.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
RELAXNGReader.StateFactory |
creates various State object, which in turn parses grammar.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
RELAXNGCompReader.StateFactory |
creates various State object, which in turn parses grammar.
|
Modifier and Type | Class | Description |
---|---|---|
class |
TypedTREXGrammarInterceptor |
reads TREX grammar with 'label' annotation.
|
Copyright © 2019 Oracle Corporation. All rights reserved.