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 classTerminalStateState 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 classElementRefStateparses <ref label="..." /> element.classHedgeRefStateparses <hedgeRef label="..." /> element.(package private) classLabelRefStatebase 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 classAttPoolRefStateparses <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 classIncludePatternState<include> element in the pattern.classRefStateparses <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 classDataStateparses <data> pattern.classStringStateparses <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 classRefStateparses <ref> pattern.classValueStateparses <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 classAnyAttributeStateused to parse <anyAttribute > element.classAnyElementStateused to parse <any > element.classAnyStatebase implementation of AnyAttributeState and AnyElementState.classElementRefStateused 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 classAnyOtherElementStateparses <anyOtherElement> state.
-