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 classChoiceStatestate that creates ChoiceExp.classExpressionWithChildStateState that parses Expression which contains other expressions.classInterleaveStatestate that creates an InterleaveExp.classSequenceStatestate 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 classHedgeRuleBaseStateBase 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 classAttPoolStateparses <attPool> element.(package private) classClauseStatecommon part of <tag> and <attPool>.classDivInModuleStateparses <div> element under <module> element.classElementRuleWithHedgeStateparses <elementRule> without 'type' attribute.classHedgeRuleStateparses <hedgeRule> element this class is used as the base class of TopLevelStateclassInlineTagStateparses <tag> element inlined in <elementRule>classMixedStateparses <mixed> element.classModuleMergeStateUsed to parse module.classModuleStateparses <module> element.classTagStateparses <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 classAttributeStateparses <attribute> pattern.classDefineStateparses <define> declaration.classDivInGrammarStateUsed to parse merged grammars.classElementStateparses <element> pattern.classGrammarStateparses <grammar> element.classIncludePatternState<include> element in the pattern.classMixedStateparses <mixed> pattern.classNameClassAndExpressionStateBase implementation for ElementState and AttributeState This class collects one name class and patternsclassOneOrMoreStateparses <oneOrMore> pattern.classOptionalStateparses <optional> pattern.classRootIncludedPatternStateparses the root state of a grammar included as a pattern.classRootMergedGrammarStateparses root state of a merged grammar.classRootStateinvokes State object that parses the document element.classStartStateparses <start> element.classZeroOrMoreStateparses <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 classConcurStateparses <concur> pattern.classDefineStateparses <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 classAttributeStateparses <attribute> pattern.classDataStateparses <data> pattern.classDefineStateparses <define> declaration.classElementStateparses <element> pattern.classGrammarStateparses <grammar> element.classIncludeMergeStateparses <include> element as a child of <grammar> element.classListStatestate that parses <list> pattern of RELAX NG.classStartStateparses <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 classCompAttributeStateparses <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 classTypedElementStatereads <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 classAttributeGroupStateparses <attributeGroup /> element.classAttributeStateused to parse <attribute > element.classComplexContentBodyStateused to parse restriction/extension element as a child of complexContent element.classComplexContentStateparses <complexContent> element.classComplexTypeDeclStateused to parse <complexType> element.classElementDeclStateused to parse <element > element without ref attribute.classGlobalDeclStateState that parses global declarations.classGroupStateused to parse <group> element.classRedefinableDeclStatestate that parses redefinable declaration.classRedefineStateused to parse <redefine> element.classSchemaIncludedStateused to parse <schema> element of included schema.classSchemaStateused to parse <schema> element.classSimpleContentExtensionStateused to parse extension element as a child of <simpleContent> element.classSimpleContentRestrictionStateused to parse restriction/extension element as a child of <simpleContent> element.classSimpleContentStateused 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 classRootGrammarStateinvokes State object that parses the document element.classTopLevelStateparses <topLevel> element.
-