Package | Description |
---|---|
com.sun.msv.reader |
reads XML representation of grammar and creates AGM.
|
com.sun.msv.reader.relax |
common parts for parseing RELAX Core/Namespace into AGM.
|
com.sun.msv.reader.relax.core |
parses RELAX Core into AGM.
|
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.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 |
TerminalState
State that always returns the same expression.
|
Modifier and Type | Class and Description |
---|---|
class |
HedgeRefState
parses <hedgeRef label="..." /> element.
|
Modifier and Type | Class and Description |
---|---|
class |
AttPoolRefState
parses <ref role="..." />.
|
Modifier and Type | Class and Description |
---|---|
class |
IncludePatternState
<include> element in the pattern.
|
class |
RefState
parses <ref> pattern.
|
Modifier and Type | Class and Description |
---|---|
class |
DataState
parses <data> pattern.
|
class |
StringState
parses <string> pattern.
|
Modifier and Type | Class and Description |
---|---|
class |
ValueState
parses <value> pattern.
|
Modifier and Type | Class and Description |
---|---|
class |
AnyAttributeState
used to parse <anyAttribute > element.
|
class |
AnyElementState
used to parse <any > element.
|
class |
AnyState
base implementation of AnyAttributeState and AnyElementState.
|
class |
ElementRefState
used to parse <element > element with ref attribute.
|
Modifier and Type | Class and Description |
---|---|
class |
AnyOtherElementState
parses <anyOtherElement> state.
|
Copyright © 2016 Oracle Corporation. All rights reserved.