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 TypeClassDescriptionclassstate that creates ChoiceExp.classstate that creates an InterleaveExp.classstate 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 TypeClassDescriptionclassparses <attribute> pattern.classparses <element> pattern.classparses <mixed> pattern.classBase implementation for ElementState and AttributeState This class collects one name class and patternsclassparses <oneOrMore> pattern.classparses <optional> pattern.classparses <start> element.classparses <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 TypeClassDescriptionclassparses <attribute> pattern.classparses <element> pattern.classstate 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 TypeClassDescriptionclassreads <element> element with 'label' annotation. -
Uses of ExpressionWithChildState in com.sun.msv.reader.xmlschema
Subclasses of ExpressionWithChildState in com.sun.msv.reader.xmlschemaModifier and TypeClassDescriptionclassparses <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 <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.