Uses of Class
com.sun.msv.reader.ExpressionWithChildState
Packages that use ExpressionWithChildState
Package
Description
reads XML representation of grammar and creates 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.
-
Uses of ExpressionWithChildState in com.sun.msv.reader
Subclasses of ExpressionWithChildState in com.sun.msv.readerModifier and TypeClassDescriptionclass
state that creates ChoiceExp.class
state that creates an InterleaveExp.class
state that creates SequenceExp. -
Uses of ExpressionWithChildState in com.sun.msv.reader.relax.core
Subclasses of ExpressionWithChildState in com.sun.msv.reader.relax.core -
Uses of ExpressionWithChildState in com.sun.msv.reader.trex
Subclasses of ExpressionWithChildState in com.sun.msv.reader.trexModifier and TypeClassDescriptionclass
parses <attribute> pattern.class
parses <element> 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 <start> element.class
parses <zeroOrMore> pattern. -
Uses of ExpressionWithChildState in com.sun.msv.reader.trex.classic
Subclasses of ExpressionWithChildState in com.sun.msv.reader.trex.classic -
Uses of ExpressionWithChildState in com.sun.msv.reader.trex.ng
Subclasses of ExpressionWithChildState in com.sun.msv.reader.trex.ngModifier and TypeClassDescriptionclass
parses <attribute> pattern.class
parses <element> pattern.class
state that parses <list> pattern of RELAX NG. -
Uses of ExpressionWithChildState in com.sun.msv.reader.trex.ng.comp
Subclasses of ExpressionWithChildState in com.sun.msv.reader.trex.ng.comp -
Uses of ExpressionWithChildState in com.sun.msv.reader.trex.typed
Subclasses of ExpressionWithChildState in com.sun.msv.reader.trex.typedModifier and TypeClassDescriptionclass
reads <element> element with 'label' annotation. -
Uses of ExpressionWithChildState in com.sun.msv.reader.xmlschema
Subclasses of ExpressionWithChildState in com.sun.msv.reader.xmlschemaModifier and TypeClassDescriptionclass
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 <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.