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 TypeClassDescriptionclass
state that creates ChoiceExp.class
State that parses Expression which contains other expressions.class
Base implementation for those states who cannot have any children.class
state that creates an InterleaveExp.class
state that creates SequenceExp.class
State 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 TypeClassDescriptionclass
parses <ref label="..." /> element.class
parses <hedgeRef label="..." /> element.(package private) class
base implementation of HedgeRefState and ElementRefState. -
Uses of ExpressionState in com.sun.msv.reader.relax.core
Subclasses of ExpressionState in com.sun.msv.reader.relax.coreModifier and TypeClassDescriptionclass
parses <ref role="..." />.class
parses <attribute> element.class
parses <element> element.class
parses <mixed> element.Methods in com.sun.msv.reader.relax.core with parameters of type ExpressionStateModifier and TypeMethodDescriptionprotected boolean
RELAXCoreReader.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 TypeClassDescriptionclass
parses <attribute> pattern.class
Used to parse merged grammars.class
parses <element> pattern.class
parses <grammar> element.class
<include> element in the pattern.class
parses <mixed> pattern.class
Base implementation for ElementState and AttributeState This class collects one name class and patternsclass
parses <oneOrMore> pattern.class
parses <optional> pattern.class
parses <ref> pattern.class
parses <start> element.class
parses <zeroOrMore> pattern. -
Uses of ExpressionState in com.sun.msv.reader.trex.classic
Subclasses of ExpressionState in com.sun.msv.reader.trex.classicModifier and TypeClassDescriptionclass
parses <concur> pattern.class
parses <data> pattern.class
parses <string> pattern. -
Uses of ExpressionState in com.sun.msv.reader.trex.ng
Subclasses of ExpressionState in com.sun.msv.reader.trex.ngModifier and TypeClassDescriptionclass
parses <attribute> pattern.class
parses <data> pattern.class
parses <element> pattern.class
parses <grammar> element.class
state that parses <list> pattern of RELAX NG.class
parses <ref> pattern.class
parses <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 TypeClassDescriptionclass
reads <element> element with 'label' annotation. -
Uses of ExpressionState in com.sun.msv.reader.xmlschema
Subclasses of ExpressionState in com.sun.msv.reader.xmlschemaModifier and TypeClassDescriptionclass
used to parse <anyAttribute > element.class
used to parse <any > element.class
base implementation of AnyAttributeState and AnyElementState.class
parses <attributeGroup /> element.class
used to parse <attribute > element.class
used to parse restriction/extension element as a child of complexContent element.class
parses <complexContent> element.class
used to parse <complexType> element.class
used to parse <element > element without ref attribute.class
used to parse <element > element with ref attribute.class
used to parse <group> element.class
state that parses redefinable declaration.class
used to parse extension element as a child of <simpleContent> element.class
used to parse restriction/extension element as a child of <simpleContent> element.class
used 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 boolean
RELAXCoreIslandSchemaReader.canHaveOccurs
(ExpressionState state) returns true if the given state can have "occurs" attribute.