Uses of Class
com.sun.msv.reader.ExpressionWithoutChildState
-
Packages that use ExpressionWithoutChildState Package Description com.sun.msv.reader reads XML representation of grammar and creates AGM.com.sun.msv.reader.relax common parts for parseing RELAX Core/Namespace into AGM.com.sun.msv.reader.relax.core parses RELAX Core into AGM.com.sun.msv.reader.trex shared code between RELAX NG reader and TREX reader.com.sun.msv.reader.trex.classic parses TREX pattern into AGM.com.sun.msv.reader.trex.ng parses RELAX NG into AGM.com.sun.msv.reader.xmlschema parses XML representation of XML Schema into AGM.com.sun.msv.relaxns.reader.relax parses XML representation of RELAXNS-extended RELAX Core. -
-
Uses of ExpressionWithoutChildState in com.sun.msv.reader
Subclasses of ExpressionWithoutChildState in com.sun.msv.reader Modifier and Type Class Description class
TerminalState
State that always returns the same expression. -
Uses of ExpressionWithoutChildState in com.sun.msv.reader.relax
Subclasses of ExpressionWithoutChildState in com.sun.msv.reader.relax Modifier and Type Class Description class
ElementRefState
parses <ref label="..." /> element.class
HedgeRefState
parses <hedgeRef label="..." /> element.(package private) class
LabelRefState
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 Modifier and Type Class Description class
AttPoolRefState
parses <ref role="..." />. -
Uses of ExpressionWithoutChildState in com.sun.msv.reader.trex
Subclasses of ExpressionWithoutChildState in com.sun.msv.reader.trex Modifier and Type Class Description class
IncludePatternState
<include> element in the pattern.class
RefState
parses <ref> pattern. -
Uses of ExpressionWithoutChildState in com.sun.msv.reader.trex.classic
Subclasses of ExpressionWithoutChildState in com.sun.msv.reader.trex.classic Modifier and Type Class Description class
DataState
parses <data> pattern.class
StringState
parses <string> pattern. -
Uses of ExpressionWithoutChildState in com.sun.msv.reader.trex.ng
Subclasses of ExpressionWithoutChildState in com.sun.msv.reader.trex.ng Modifier and Type Class Description class
RefState
parses <ref> pattern.class
ValueState
parses <value> pattern. -
Uses of ExpressionWithoutChildState in com.sun.msv.reader.xmlschema
Subclasses of ExpressionWithoutChildState in com.sun.msv.reader.xmlschema Modifier and Type Class Description class
AnyAttributeState
used to parse <anyAttribute > element.class
AnyElementState
used to parse <any > element.class
AnyState
base implementation of AnyAttributeState and AnyElementState.class
ElementRefState
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 Modifier and Type Class Description class
AnyOtherElementState
parses <anyOtherElement> state.
-