Uses of Class
com.sun.msv.reader.SimpleState
-
Packages that use SimpleState Package Description com.sun.msv.reader reads XML representation of grammar and creates AGM.com.sun.msv.reader.datatype.xsd 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.trex.ng.comp parses RELAX NG with DTD compatibility annotation into AGM.com.sun.msv.reader.trex.typed reads TREX grammar with "label annotation".com.sun.msv.reader.xmlschema parses XML representation of XML Schema into AGM.com.sun.msv.relaxns.reader parses XML representation of RELAX Namespace.com.sun.msv.relaxns.reader.relax parses XML representation of RELAXNS-extended RELAX Core. -
-
Uses of SimpleState in com.sun.msv.reader
Subclasses of SimpleState in com.sun.msv.reader Modifier and Type Class Description classChildlessStatestate that has no children.classChoiceStatestate that creates ChoiceExp.classExpressionStateBase implementation for those states who read tags representing an expression.classExpressionWithChildStateState that parses Expression which contains other expressions.classExpressionWithoutChildStateBase implementation for those states who cannot have any children.classInterleaveStatestate that creates an InterleaveExp.classSequenceStatestate that creates SequenceExp.classTerminalStateState that always returns the same expression. -
Uses of SimpleState in com.sun.msv.reader.datatype.xsd
Subclasses of SimpleState in com.sun.msv.reader.datatype.xsd Modifier and Type Class Description classFacetStatestate that reads facets.classListStatestate that parses <list> element of XSD.classRestrictionStatestate that parses <restriction> element.classSimpleTypeStateState that parses <simpleType> element and its children.(package private) classTypeStateBase implementation for those states which produce a type object as its parsing result.(package private) classTypeWithOneChildStateState which has at most one TypeState as its child.classUnionStateState that parses <union> element and its children. -
Uses of SimpleState in com.sun.msv.reader.relax
Subclasses of SimpleState in com.sun.msv.reader.relax Modifier and Type Class Description classElementRefStateparses <ref label="..." /> element.classHedgeRefStateparses <hedgeRef label="..." /> element.classHedgeRuleBaseStateBase implementation for HedgeRuleState and TopLevelState.(package private) classLabelRefStatebase implementation of HedgeRefState and ElementRefState. -
Uses of SimpleState in com.sun.msv.reader.relax.core
Subclasses of SimpleState in com.sun.msv.reader.relax.core Modifier and Type Class Description classAttPoolRefStateparses <ref role="..." />.classAttPoolStateparses <attPool> element.classAttributeStateparses <attribute> element.(package private) classClauseStatecommon part of <tag> and <attPool>.classDivInModuleStateparses <div> element under <module> element.(package private) classElementRuleBaseStateBase implementation for ElementRuleWithHedgeState and ElementRuleWithTypeState.classElementRuleWithHedgeStateparses <elementRule> without 'type' attribute.classElementRuleWithTypeStateparses <elementRule> with 'type' attribute.classHedgeRuleStateparses <hedgeRule> element this class is used as the base class of TopLevelStateclassIncludeModuleStateparses <include> element of RELAX Core.classInlineElementStateparses <element> element.classInlineTagStateparses <tag> element inlined in <elementRule>classInterfaceStateparses <interface> element and <div> in interface.classMixedStateparses <mixed> element.classModuleMergeStateUsed to parse module.classModuleStateparses <module> element.(package private) classRootModuleMergeStateinvokes State object that parses the document element.(package private) classRootModuleStateinvokes State object that parses the document element.classTagStateparses <tag> element. -
Uses of SimpleState in com.sun.msv.reader.trex
Subclasses of SimpleState in com.sun.msv.reader.trex Modifier and Type Class Description classAttributeStateparses <attribute> pattern.classDefineStateparses <define> declaration.classDivInGrammarStateUsed to parse merged grammars.classElementStateparses <element> pattern.classGrammarStateparses <grammar> element.classIncludeMergeState<include> element as an immediate child of <grammar> element.classIncludePatternState<include> element in the pattern.classMixedStateparses <mixed> pattern.classNameClassAndExpressionStateBase implementation for ElementState and AttributeState This class collects one name class and patternsclassNameClassAnyNameStateparses <anyName> name class.classNameClassChoiceStateparses <choice> name class.classNameClassDifferenceStateparses <difference> name class.classNameClassNameStateparses <name> name class.classNameClassNotStateparses <not> name class.classNameClassNsNameStateparses <nsName> name class.classNameClassStateBase implementation for NameClass primitivesclassNameClassWithChildStateparses name class that has child name classesclassNameClassWithoutChildStateBase implementation for those states who cannot have any child name class.classOneOrMoreStateparses <oneOrMore> pattern.classOptionalStateparses <optional> pattern.classRefStateparses <ref> pattern.classRootIncludedPatternStateparses the root state of a grammar included as a pattern.classRootMergedGrammarStateparses root state of a merged grammar.classRootStateinvokes State object that parses the document element.classStartStateparses <start> element.classZeroOrMoreStateparses <zeroOrMore> pattern. -
Uses of SimpleState in com.sun.msv.reader.trex.classic
Subclasses of SimpleState in com.sun.msv.reader.trex.classic Modifier and Type Class Description classConcurStateparses <concur> pattern.classDataStateparses <data> pattern.classDefineStateparses <define> declaration.classStringStateparses <string> pattern. -
Uses of SimpleState in com.sun.msv.reader.trex.ng
Subclasses of SimpleState in com.sun.msv.reader.trex.ng Modifier and Type Class Description classAttributeStateparses <attribute> pattern.classDataParamStateparses <param> element inside <data> element.classDataStateparses <data> pattern.classDefineStateparses <define> declaration.classElementStateparses <element> pattern.classGrammarStateparses <grammar> element.classIncludeMergeStateparses <include> element as a child of <grammar> element.classListStatestate that parses <list> pattern of RELAX NG.classNGNameStateparses <anyName> name class.static classNGNameState.AnyNameStateParsing state for <anyName>static classNGNameState.NsNameStateParsing state for <nsName>classRefStateparses <ref> pattern.classStartStateparses <start> declaration.classValueStateparses <value> pattern. -
Uses of SimpleState in com.sun.msv.reader.trex.ng.comp
Subclasses of SimpleState in com.sun.msv.reader.trex.ng.comp Modifier and Type Class Description classCompAttributeStateparses <attribute> pattern. -
Uses of SimpleState in com.sun.msv.reader.trex.typed
Subclasses of SimpleState in com.sun.msv.reader.trex.typed Modifier and Type Class Description classTypedElementStatereads <element> element with 'label' annotation. -
Uses of SimpleState in com.sun.msv.reader.xmlschema
Subclasses of SimpleState 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.classAttributeGroupStateparses <attributeGroup /> element.classAttributeStateused to parse <attribute > element.classComplexContentBodyStateused to parse restriction/extension element as a child of complexContent element.classComplexContentStateparses <complexContent> element.classComplexTypeDeclStateused to parse <complexType> element.classElementDeclStateused to parse <element > element without ref attribute.classElementRefStateused to parse <element > element with ref attribute.classGlobalDeclStateState that parses global declarations.classGroupStateused to parse <group> element.classIdentityConstraintStateused to parse <unique>,<key>, and <keyref> element.classImportStateused to parse <import> element.classIncludeStateused to parse <include> element.classRedefinableDeclStatestate that parses redefinable declaration.classRedefineStateused to parse <redefine> element.classRootIncludedSchemaStateused to parse root of schema document.classRootStateRootIncludedSchemaState + final wrap up.classSchemaIncludedStateused to parse <schema> element of included schema.classSchemaStateused to parse <schema> element.classSimpleContentExtensionStateused to parse extension element as a child of <simpleContent> element.classSimpleContentRestrictionStateused to parse restriction/extension element as a child of <simpleContent> element.classSimpleContentStateused to parse <simpleContent> element. -
Uses of SimpleState in com.sun.msv.relaxns.reader
Subclasses of SimpleState in com.sun.msv.relaxns.reader Modifier and Type Class Description classGrammarStateparses <grammar> element.classIncludeGrammarStateparses <include> element of RELAX Namespace.(package private) classRootGrammarMergeStateinvokes State object that parses the document element.classRootGrammarStateinvokes State object that parses the document element.classTopLevelStateparses <topLevel> element. -
Uses of SimpleState in com.sun.msv.relaxns.reader.relax
Subclasses of SimpleState in com.sun.msv.relaxns.reader.relax Modifier and Type Class Description classAnyOtherElementStateparses <anyOtherElement> state.(package private) classInterfaceStateExparses <interface> element and <div> in interface.
-