Uses of Interface
com.sun.msv.reader.ExpressionOwner
-
Packages that use ExpressionOwner 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.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.com.sun.msv.relaxns.reader parses XML representation of RELAX Namespace. -
-
Uses of ExpressionOwner in com.sun.msv.reader
Classes in com.sun.msv.reader that implement ExpressionOwner Modifier and Type Class Description class
ChoiceState
state that creates ChoiceExp.class
ExpressionWithChildState
State that parses Expression which contains other expressions.class
InterleaveState
state that creates an InterleaveExp.class
SequenceState
state that creates SequenceExp. -
Uses of ExpressionOwner in com.sun.msv.reader.relax
Classes in com.sun.msv.reader.relax that implement ExpressionOwner Modifier and Type Class Description class
HedgeRuleBaseState
Base implementation for HedgeRuleState and TopLevelState. -
Uses of ExpressionOwner in com.sun.msv.reader.relax.core
Classes in com.sun.msv.reader.relax.core that implement ExpressionOwner Modifier and Type Class Description class
AttPoolState
parses <attPool> element.class
DivInModuleState
parses <div> element under <module> element.class
ElementRuleWithHedgeState
parses <elementRule> without 'type' attribute.class
HedgeRuleState
parses <hedgeRule> element this class is used as the base class of TopLevelStateclass
InlineTagState
parses <tag> element inlined in <elementRule>class
MixedState
parses <mixed> element.class
ModuleMergeState
Used to parse module.class
ModuleState
parses <module> element.class
TagState
parses <tag> element. -
Uses of ExpressionOwner in com.sun.msv.reader.trex
Classes in com.sun.msv.reader.trex that implement ExpressionOwner Modifier and Type Class Description class
AttributeState
parses <attribute> pattern.class
DefineState
parses <define> declaration.class
DivInGrammarState
Used to parse merged grammars.class
ElementState
parses <element> pattern.class
GrammarState
parses <grammar> element.class
IncludePatternState
<include> element in the pattern.class
MixedState
parses <mixed> pattern.class
NameClassAndExpressionState
Base implementation for ElementState and AttributeState This class collects one name class and patternsclass
OneOrMoreState
parses <oneOrMore> pattern.class
OptionalState
parses <optional> pattern.class
RootIncludedPatternState
parses the root state of a grammar included as a pattern.class
RootMergedGrammarState
parses root state of a merged grammar.class
RootState
invokes State object that parses the document element.class
StartState
parses <start> element.class
ZeroOrMoreState
parses <zeroOrMore> pattern. -
Uses of ExpressionOwner in com.sun.msv.reader.trex.classic
Classes in com.sun.msv.reader.trex.classic that implement ExpressionOwner Modifier and Type Class Description class
ConcurState
parses <concur> pattern.class
DefineState
parses <define> declaration. -
Uses of ExpressionOwner in com.sun.msv.reader.trex.ng
Classes in com.sun.msv.reader.trex.ng that implement ExpressionOwner Modifier and Type Class Description class
AttributeState
parses <attribute> pattern.class
DataState
parses <data> pattern.class
DefineState
parses <define> declaration.class
ElementState
parses <element> pattern.class
GrammarState
parses <grammar> element.class
IncludeMergeState
parses <include> element as a child of <grammar> element.class
ListState
state that parses <list> pattern of RELAX NG.class
StartState
parses <start> declaration. -
Uses of ExpressionOwner in com.sun.msv.reader.trex.ng.comp
Classes in com.sun.msv.reader.trex.ng.comp that implement ExpressionOwner Modifier and Type Class Description class
CompAttributeState
parses <attribute> pattern. -
Uses of ExpressionOwner in com.sun.msv.reader.trex.typed
Classes in com.sun.msv.reader.trex.typed that implement ExpressionOwner Modifier and Type Class Description class
TypedElementState
reads <element> element with 'label' annotation. -
Uses of ExpressionOwner in com.sun.msv.reader.xmlschema
Classes in com.sun.msv.reader.xmlschema that implement ExpressionOwner Modifier and Type Class 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
GlobalDeclState
State that parses global declarations.class
GroupState
used to parse <group> element.class
RedefinableDeclState
state that parses redefinable declaration.class
RedefineState
used to parse <redefine> element.class
SchemaIncludedState
used to parse <schema> element of included schema.class
SchemaState
used to parse <schema> element.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. -
Uses of ExpressionOwner in com.sun.msv.relaxns.reader
Classes in com.sun.msv.relaxns.reader that implement ExpressionOwner Modifier and Type Class Description class
RootGrammarState
invokes State object that parses the document element.class
TopLevelState
parses <topLevel> element.
-