Uses of Class
com.sun.msv.reader.ExpressionWithoutChildState
Packages that use ExpressionWithoutChildState
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 XML representation of XML Schema into AGM.
parses XML representation of RELAXNS-extended RELAX Core.
-
Uses of ExpressionWithoutChildState in com.sun.msv.reader
Subclasses of ExpressionWithoutChildState in com.sun.msv.readerModifier and TypeClassDescriptionclass
State that always returns the same expression. -
Uses of ExpressionWithoutChildState in com.sun.msv.reader.relax
Subclasses of ExpressionWithoutChildState 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 ExpressionWithoutChildState in com.sun.msv.reader.relax.core
Subclasses of ExpressionWithoutChildState in com.sun.msv.reader.relax.core -
Uses of ExpressionWithoutChildState in com.sun.msv.reader.trex
Subclasses of ExpressionWithoutChildState in com.sun.msv.reader.trexModifier and TypeClassDescriptionclass
<include> element in the pattern.class
parses <ref> pattern. -
Uses of ExpressionWithoutChildState in com.sun.msv.reader.trex.classic
Subclasses of ExpressionWithoutChildState in com.sun.msv.reader.trex.classicModifier and TypeClassDescriptionclass
parses <data> pattern.class
parses <string> pattern. -
Uses of ExpressionWithoutChildState in com.sun.msv.reader.trex.ng
Subclasses of ExpressionWithoutChildState in com.sun.msv.reader.trex.ngModifier and TypeClassDescriptionclass
parses <ref> pattern.class
parses <value> pattern. -
Uses of ExpressionWithoutChildState in com.sun.msv.reader.xmlschema
Subclasses of ExpressionWithoutChildState 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
used to parse <element > element with ref attribute. -
Uses of ExpressionWithoutChildState in com.sun.msv.relaxns.reader.relax
Subclasses of ExpressionWithoutChildState in com.sun.msv.relaxns.reader.relax