Package | Description |
---|---|
com.sun.msv.reader |
reads XML representation of grammar and creates 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.trex.ng.comp |
parses RELAX NG with DTD compatibility annotation into AGM.
|
com.sun.msv.reader.trex.typed |
reads TREX grammar with "label
annotation".
|
com.sun.msv.reader.xmlschema |
parses XML representation of XML Schema into AGM.
|
Modifier and Type | Class and Description |
---|---|
class |
ChoiceState
state that creates ChoiceExp.
|
class |
InterleaveState
state that creates an InterleaveExp.
|
class |
SequenceState
state that creates SequenceExp.
|
Modifier and Type | Class and Description |
---|---|
class |
MixedState
parses <mixed> element.
|
Modifier and Type | Class and Description |
---|---|
class |
ElementState
parses <element> pattern.
|
class |
NameClassAndExpressionState
Base implementation for ElementState and AttributeState
This class collects one name class and patterns
|
class |
OneOrMoreState
parses <oneOrMore> pattern.
|
class |
OptionalState
parses <optional> pattern.
|
class |
StartState
parses <start> element.
|
class |
ZeroOrMoreState
parses <zeroOrMore> pattern.
|
Modifier and Type | Class and Description |
---|---|
class |
ConcurState
parses <concur> pattern.
|
Modifier and Type | Class and Description |
---|---|
class |
ListState
state that parses <list> pattern of RELAX NG.
|
Modifier and Type | Class and Description |
---|---|
class |
CompAttributeState
parses <attribute> pattern.
|
Modifier and Type | Class and Description |
---|---|
class |
TypedElementState
reads <element> element with 'label' annotation.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeGroupState
parses <attributeGroup /> element.
|
class |
AttributeState
used to parse <attribute > element.
|
class |
ComplexContentBodyState
used to parse restriction/extension element as a child of complexContent element.
|
class |
ComplexContentState
parses <complexContent> element.
|
class |
ComplexTypeDeclState
used to parse <complexType> element.
|
class |
ElementDeclState
used to parse <element > element without ref attribute.
|
class |
GroupState
used to parse <group> element.
|
class |
RedefinableDeclState
state that parses redefinable declaration.
|
class |
SimpleContentExtensionState
used to parse extension element as a child of <simpleContent> element.
|
class |
SimpleContentRestrictionState
used to parse restriction/extension element as a child of <simpleContent> element.
|
class |
SimpleContentState
used to parse <simpleContent> element.
|
Copyright © 2016 Oracle Corporation. All rights reserved.