Uses of Class
com.sun.msv.reader.ExpressionState
Packages that use ExpressionState
Package
Description
reads XML representation of grammar and creates AGM.
common parts for parseing RELAX Core/Namespace into AGM.
parses RELAX Core into AGM.
shared code between RELAX NG reader and TREX reader.
parses TREX pattern into AGM.
parses RELAX NG into AGM.
parses RELAX NG with DTD compatibility annotation into AGM.
reads TREX grammar with "label
annotation".
parses XML representation of XML Schema into AGM.
parses XML representation of RELAXNS-extended RELAX Core.
-
Uses of ExpressionState in com.sun.msv.reader
Subclasses of ExpressionState in com.sun.msv.readerModifier and TypeClassDescriptionclassstate that creates ChoiceExp.classState that parses Expression which contains other expressions.classBase implementation for those states who cannot have any children.classstate that creates an InterleaveExp.classstate that creates SequenceExp.classState that always returns the same expression. -
Uses of ExpressionState in com.sun.msv.reader.relax
Subclasses of ExpressionState in com.sun.msv.reader.relaxModifier and TypeClassDescriptionclassparses <ref label="..." /> element.classparses <hedgeRef label="..." /> element. -
Uses of ExpressionState in com.sun.msv.reader.relax.core
Subclasses of ExpressionState in com.sun.msv.reader.relax.coreModifier and TypeClassDescriptionclassparses <ref role="..." />.classparses <attribute> element.classparses <element> element.classparses <mixed> element.Methods in com.sun.msv.reader.relax.core with parameters of type ExpressionStateModifier and TypeMethodDescriptionprotected 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.trexModifier and TypeClassDescriptionclassparses <attribute> pattern.classUsed to parse merged grammars.classparses <element> pattern.classparses <grammar> element.class<include> element in the pattern.classparses <mixed> pattern.classBase implementation for ElementState and AttributeState This class collects one name class and patternsclassparses <oneOrMore> pattern.classparses <optional> pattern.classparses <ref> pattern.classparses <start> element.classparses <zeroOrMore> pattern. -
Uses of ExpressionState in com.sun.msv.reader.trex.classic
Subclasses of ExpressionState in com.sun.msv.reader.trex.classicModifier and TypeClassDescriptionclassparses <concur> pattern.classparses <data> pattern.classparses <string> pattern. -
Uses of ExpressionState in com.sun.msv.reader.trex.ng
Subclasses of ExpressionState in com.sun.msv.reader.trex.ngModifier and TypeClassDescriptionclassparses <attribute> pattern.classparses <data> pattern.classparses <element> pattern.classparses <grammar> element.classstate that parses <list> pattern of RELAX NG.classparses <ref> pattern.classparses <value> pattern. -
Uses of ExpressionState in com.sun.msv.reader.trex.ng.comp
Subclasses of ExpressionState in com.sun.msv.reader.trex.ng.comp -
Uses of ExpressionState in com.sun.msv.reader.trex.typed
Subclasses of ExpressionState in com.sun.msv.reader.trex.typedModifier and TypeClassDescriptionclassreads <element> element with 'label' annotation. -
Uses of ExpressionState in com.sun.msv.reader.xmlschema
Subclasses of ExpressionState in com.sun.msv.reader.xmlschemaModifier and TypeClassDescriptionclassused to parse <anyAttribute > element.classused to parse <any > element.classbase implementation of AnyAttributeState and AnyElementState.classparses <attributeGroup /> element.classused to parse <attribute > element.classused to parse restriction/extension element as a child of complexContent element.classparses <complexContent> element.classused to parse <complexType> element.classused to parse <element > element without ref attribute.classused to parse <element > element with ref attribute.classused to parse <group> element.classstate that parses redefinable declaration.classused to parse extension element as a child of <simpleContent> element.classused to parse restriction/extension element as a child of <simpleContent> element.classused to parse <simpleContent> element. -
Uses of ExpressionState in com.sun.msv.relaxns.reader.relax
Subclasses of ExpressionState in com.sun.msv.relaxns.reader.relaxMethods in com.sun.msv.relaxns.reader.relax with parameters of type ExpressionStateModifier and TypeMethodDescriptionprotected booleanRELAXCoreIslandSchemaReader.canHaveOccurs(ExpressionState state) returns true if the given state can have "occurs" attribute.