Uses of Class
com.sun.msv.reader.ExpressionState
-
Packages that use ExpressionState 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.relax parses XML representation of RELAXNS-extended RELAX Core. -
-
Uses of ExpressionState in com.sun.msv.reader
Subclasses of ExpressionState in com.sun.msv.reader Modifier and Type Class Description classChoiceStatestate that creates ChoiceExp.classExpressionWithChildStateState that parses Expression which contains other expressions.classExpressionWithoutChildStateBase implementation for those states who cannot have any children.classInterleaveStatestate that creates an InterleaveExp.classSequenceStatestate that creates SequenceExp.classTerminalStateState that always returns the same expression. -
Uses of ExpressionState in com.sun.msv.reader.relax
Subclasses of ExpressionState in com.sun.msv.reader.relax Modifier and Type Class Description classElementRefStateparses <ref label="..." /> element.classHedgeRefStateparses <hedgeRef label="..." /> element.(package private) classLabelRefStatebase implementation of HedgeRefState and ElementRefState. -
Uses of ExpressionState in com.sun.msv.reader.relax.core
Subclasses of ExpressionState in com.sun.msv.reader.relax.core Modifier and Type Class Description classAttPoolRefStateparses <ref role="..." />.classAttributeStateparses <attribute> element.classInlineElementStateparses <element> element.classMixedStateparses <mixed> element.Methods in com.sun.msv.reader.relax.core with parameters of type ExpressionState Modifier and Type Method Description protected booleanRELAXCoreReader. canHaveOccurs(ExpressionState state)returns true if the given state can have "occurs" attribute. -
Uses of ExpressionState in com.sun.msv.reader.trex
Subclasses of ExpressionState in com.sun.msv.reader.trex Modifier and Type Class Description classAttributeStateparses <attribute> pattern.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.classRefStateparses <ref> pattern.classStartStateparses <start> element.classZeroOrMoreStateparses <zeroOrMore> pattern. -
Uses of ExpressionState in com.sun.msv.reader.trex.classic
Subclasses of ExpressionState in com.sun.msv.reader.trex.classic Modifier and Type Class Description classConcurStateparses <concur> pattern.classDataStateparses <data> pattern.classStringStateparses <string> pattern. -
Uses of ExpressionState in com.sun.msv.reader.trex.ng
Subclasses of ExpressionState in com.sun.msv.reader.trex.ng Modifier and Type Class Description classAttributeStateparses <attribute> pattern.classDataStateparses <data> pattern.classElementStateparses <element> pattern.classGrammarStateparses <grammar> element.classListStatestate that parses <list> pattern of RELAX NG.classRefStateparses <ref> pattern.classValueStateparses <value> pattern. -
Uses of ExpressionState in com.sun.msv.reader.trex.ng.comp
Subclasses of ExpressionState in com.sun.msv.reader.trex.ng.comp Modifier and Type Class Description classCompAttributeStateparses <attribute> pattern. -
Uses of ExpressionState in com.sun.msv.reader.trex.typed
Subclasses of ExpressionState in com.sun.msv.reader.trex.typed Modifier and Type Class Description classTypedElementStatereads <element> element with 'label' annotation. -
Uses of ExpressionState in com.sun.msv.reader.xmlschema
Subclasses of ExpressionState in com.sun.msv.reader.xmlschema Modifier and Type Class Description classAnyAttributeStateused to parse <anyAttribute > element.classAnyElementStateused to parse <any > element.classAnyStatebase implementation of AnyAttributeState and AnyElementState.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.classElementRefStateused to parse <element > element with ref attribute.classGroupStateused to parse <group> element.classRedefinableDeclStatestate that parses redefinable declaration.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 ExpressionState in com.sun.msv.relaxns.reader.relax
Subclasses of ExpressionState in com.sun.msv.relaxns.reader.relax Modifier and Type Class Description classAnyOtherElementStateparses <anyOtherElement> state.Methods in com.sun.msv.relaxns.reader.relax with parameters of type ExpressionState Modifier and Type Method Description protected booleanRELAXCoreIslandSchemaReader. canHaveOccurs(ExpressionState state)returns true if the given state can have "occurs" attribute.
-