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