Uses of Class
com.sun.msv.reader.State
-
Packages that use State Package Description com.sun.msv.reader reads XML representation of grammar and creates AGM.com.sun.msv.reader.datatype interface of Datatype vocabulary reader.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 State in com.sun.msv.reader
Subclasses of State 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.classIgnoreStatestate that ignores the entire subtree.classInterleaveStatestate that creates an InterleaveExp.classSequenceStatestate that creates SequenceExp.classSimpleStatebase interface of the most of parsing states.classTerminalStateState that always returns the same expression.Fields in com.sun.msv.reader declared as State Modifier and Type Field Description protected StateState. parentStateparent state of this state.Methods in com.sun.msv.reader that return State Modifier and Type Method Description protected StateChildlessState. createChildState(StartTagInfo tag)protected StateExpressionWithChildState. createChildState(StartTagInfo tag)protected StateExpressionWithoutChildState. createChildState(StartTagInfo tag)protected abstract StateSimpleState. createChildState(StartTagInfo tag)creates appropriate child state object for this elementabstract StateGrammarReader. createExpressionChildState(State parent, StartTagInfo tag)this method must be implemented by the derived class to create language-default expresion state.StateGrammarReader. getCurrentState()gets current State object.StateGrammarReader.BackPatch. getOwnerState()gets State object who has submitted this patch job.StateState. getParentState()Methods in com.sun.msv.reader with parameters of type State Modifier and Type Method Description abstract StateGrammarReader. createExpressionChildState(State parent, StartTagInfo tag)this method must be implemented by the derived class to create language-default expresion state.protected voidState. init(GrammarReader reader, State parentState, StartTagInfo startTag)protected ExpressionGrammarReader. interceptExpression(State state, Expression exp)intercepts an expression made by ExpressionState before it is passed to the parent state.voidGrammarReader. pushState(State newState, State parentState, StartTagInfo startTag)pushs the current state into the stack and sets new oneorg.xml.sax.InputSourceGrammarReader. resolveLocation(State sourceState, java.lang.String uri)obtains InputSource for the specified url.voidGrammarReader. switchSource(State sourceState, java.lang.String url, State newState)Switchs InputSource to the specified URL and parses it by the specified state.voidGrammarReader. switchSource(javax.xml.transform.Source source, State newState)Start reading input from a source defined by a javax.xml.transform source.voidGrammarReader. switchSource(org.xml.sax.InputSource source, State newState)start reading input from a source defined by a SAX InputSource.Constructors in com.sun.msv.reader with parameters of type State Constructor Description GrammarReader(GrammarReaderController _controller, javax.xml.parsers.SAXParserFactory parserFactory, ExpressionPool pool, State initialState)constructor that should be called from parse method. -
Uses of State in com.sun.msv.reader.datatype
Methods in com.sun.msv.reader.datatype that return State Modifier and Type Method Description StateDataTypeVocabulary. createTopLevelReaderState(StartTagInfo tag)creates a State object that will parse the element specified by tag parameter. -
Uses of State in com.sun.msv.reader.datatype.xsd
Subclasses of State 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.Fields in com.sun.msv.reader.datatype.xsd declared as State Modifier and Type Field Description private StateXSDatatypeExp. ownerStateState object that creates this late-binding object.Methods in com.sun.msv.reader.datatype.xsd that return State Modifier and Type Method Description protected StateListState. createChildState(StartTagInfo tag)protected StateRestrictionState. createChildState(StartTagInfo tag)protected StateSimpleTypeState. createChildState(StartTagInfo tag)protected StateUnionState. createChildState(StartTagInfo tag)StateXSDVocabulary. createTopLevelReaderState(StartTagInfo tag)StateXSDatatypeExp. getOwnerState() -
Uses of State in com.sun.msv.reader.relax
Subclasses of State 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.Methods in com.sun.msv.reader.relax that return State Modifier and Type Method Description protected StateRELAXReader.StateFactory. choice(State parent, StartTagInfo tag)protected StateHedgeRuleBaseState. createChildState(StartTagInfo tag)StateRELAXReader. createExpressionChildState(State parent, StartTagInfo tag)protected StateRELAXReader.StateFactory. empty(State parent, StartTagInfo tag)protected StateRELAXReader.StateFactory. hedgeRef(State parent, StartTagInfo tag)protected StateRELAXReader.StateFactory. none(State parent, StartTagInfo tag)protected StateRELAXReader.StateFactory. refLabel(State parent, StartTagInfo tag)protected StateRELAXReader.StateFactory. sequence(State parent, StartTagInfo tag)Methods in com.sun.msv.reader.relax with parameters of type State Modifier and Type Method Description protected booleanRELAXReader. canHaveOccurs(State state)returns true if the given state can have "occurs" attribute.protected StateRELAXReader.StateFactory. choice(State parent, StartTagInfo tag)StateRELAXReader. createExpressionChildState(State parent, StartTagInfo tag)FacetStateRELAXReader. createFacetState(State parent, StartTagInfo tag)protected StateRELAXReader.StateFactory. empty(State parent, StartTagInfo tag)protected FacetStateRELAXReader.StateFactory. facets(State parent, StartTagInfo tag)protected StateRELAXReader.StateFactory. hedgeRef(State parent, StartTagInfo tag)protected ExpressionRELAXReader. interceptExpression(State state, Expression exp)protected StateRELAXReader.StateFactory. none(State parent, StartTagInfo tag)protected StateRELAXReader.StateFactory. refLabel(State parent, StartTagInfo tag)protected StateRELAXReader.StateFactory. sequence(State parent, StartTagInfo tag)Constructors in com.sun.msv.reader.relax with parameters of type State Constructor Description RELAXReader(GrammarReaderController controller, javax.xml.parsers.SAXParserFactory parserFactory, RELAXReader.StateFactory stateFactory, ExpressionPool pool, State initialState) -
Uses of State in com.sun.msv.reader.relax.core
Subclasses of State 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.Methods in com.sun.msv.reader.relax.core that return State Modifier and Type Method Description protected StateRELAXCoreReader.StateFactory. attPool(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. attribute(State parent, StartTagInfo tag)protected StateAttributeState. createChildState(StartTagInfo tag)protected StateClauseState. createChildState(StartTagInfo tag)protected StateDivInModuleState. createChildState(StartTagInfo tag)protected StateElementRuleBaseState. createChildState(StartTagInfo tag)protected StateElementRuleWithHedgeState. createChildState(StartTagInfo tag)protected StateElementRuleWithTypeState. createChildState(StartTagInfo tag)protected StateInlineElementState. createChildState(StartTagInfo tag)protected StateInterfaceState. createChildState(StartTagInfo tag)protected StateRootModuleMergeState. createChildState(StartTagInfo tag)protected StateRootModuleState. createChildState(StartTagInfo tag)StateRELAXCoreReader. createExpressionChildState(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. divInModule(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. element(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. elementRule(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. hedgeRule(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. include(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. interface_(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. mixed(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. refRole(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. simpleType(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. tag(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. tagInline(State parent, StartTagInfo tag)Methods in com.sun.msv.reader.relax.core with parameters of type State Modifier and Type Method Description protected StateRELAXCoreReader.StateFactory. attPool(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. attribute(State parent, StartTagInfo tag)StateRELAXCoreReader. createExpressionChildState(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. divInModule(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. element(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. elementRule(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. hedgeRule(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. include(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. interface_(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. mixed(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. refRole(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. simpleType(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. tag(State parent, StartTagInfo tag)protected StateRELAXCoreReader.StateFactory. tagInline(State parent, StartTagInfo tag) -
Uses of State in com.sun.msv.reader.trex
Subclasses of State 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.Methods in com.sun.msv.reader.trex that return State Modifier and Type Method Description StateTREXBaseReader.StateFactory. attribute(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. choice(State parent, StartTagInfo tag)protected StateDefineState. createChildState(StartTagInfo tag)protected StateDivInGrammarState. createChildState(StartTagInfo tag)protected StateIncludeMergeState. createChildState(StartTagInfo tag)protected StateNameClassAndExpressionState. createChildState(StartTagInfo tag)protected StateNameClassWithChildState. createChildState(StartTagInfo tag)protected StateNameClassWithoutChildState. createChildState(StartTagInfo tag)protected StateRootIncludedPatternState. createChildState(StartTagInfo tag)protected StateRootMergedGrammarState. createChildState(StartTagInfo tag)protected StateRootState. createChildState(StartTagInfo tag)StateTREXBaseReader. createExpressionChildState(State parent, StartTagInfo tag)protected StateTREXBaseReader. createNameClassChildState(State parent, StartTagInfo tag)abstract StateTREXBaseReader.StateFactory. define(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. divInGrammar(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. element(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. empty(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. grammar(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. group(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. includedGrammar()StateTREXBaseReader.StateFactory. includeGrammar(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. interleave(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. mixed(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. notAllowed(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. nsAnyName(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. nsChoice(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. nsDifference(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. nsName(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. nsNot(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. nsNsName(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. oneOrMore(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. optional(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. ref(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. start(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. zeroOrMore(State parent, StartTagInfo tag)Methods in com.sun.msv.reader.trex with parameters of type State Modifier and Type Method Description StateTREXBaseReader.StateFactory. attribute(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. choice(State parent, StartTagInfo tag)StateTREXBaseReader. createExpressionChildState(State parent, StartTagInfo tag)protected StateTREXBaseReader. createNameClassChildState(State parent, StartTagInfo tag)abstract StateTREXBaseReader.StateFactory. define(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. divInGrammar(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. element(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. empty(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. grammar(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. group(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. includeGrammar(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. interleave(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. mixed(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. notAllowed(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. nsAnyName(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. nsChoice(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. nsDifference(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. nsName(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. nsNot(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. nsNsName(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. oneOrMore(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. optional(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. ref(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. start(State parent, StartTagInfo tag)StateTREXBaseReader.StateFactory. zeroOrMore(State parent, StartTagInfo tag)Constructors in com.sun.msv.reader.trex with parameters of type State Constructor Description TREXBaseReader(GrammarReaderController controller, javax.xml.parsers.SAXParserFactory parserFactory, ExpressionPool pool, TREXBaseReader.StateFactory stateFactory, State rootState)full constructor -
Uses of State in com.sun.msv.reader.trex.classic
Subclasses of State in com.sun.msv.reader.trex.classic Modifier and Type Class Description classConcurStateparses <concur> pattern.classDataStateparses <data> pattern.classDefineStateparses <define> declaration.classStringStateparses <string> pattern.Methods in com.sun.msv.reader.trex.classic that return State Modifier and Type Method Description StateTREXGrammarReader.StateFactory. anyString(State parent, StartTagInfo tag)StateTREXGrammarReader.StateFactory. concur(State parent, StartTagInfo tag)StateTREXGrammarReader. createExpressionChildState(State parent, StartTagInfo tag)StateTREXGrammarReader.UndefinedDataTypeVocabulary. createTopLevelReaderState(StartTagInfo tag)StateTREXGrammarReader.StateFactory. data(State parent, StartTagInfo tag)StateTREXGrammarReader.StateFactory. define(State parent, StartTagInfo tag)StateTREXGrammarReader.StateFactory. includePattern(State parent, StartTagInfo tag)StateTREXGrammarReader.StateFactory. string(State parent, StartTagInfo tag)Methods in com.sun.msv.reader.trex.classic with parameters of type State Modifier and Type Method Description StateTREXGrammarReader.StateFactory. anyString(State parent, StartTagInfo tag)StateTREXGrammarReader.StateFactory. concur(State parent, StartTagInfo tag)StateTREXGrammarReader. createExpressionChildState(State parent, StartTagInfo tag)StateTREXGrammarReader.StateFactory. data(State parent, StartTagInfo tag)StateTREXGrammarReader.StateFactory. define(State parent, StartTagInfo tag)StateTREXGrammarReader.StateFactory. includePattern(State parent, StartTagInfo tag)StateTREXGrammarReader.StateFactory. string(State parent, StartTagInfo tag) -
Uses of State in com.sun.msv.reader.trex.ng
Subclasses of State 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.Methods in com.sun.msv.reader.trex.ng that return State Modifier and Type Method Description StateRELAXNGReader.StateFactory. attribute(State parent, StartTagInfo tag)protected StateDataState. createChildState(StartTagInfo tag)protected StateIncludeMergeState. createChildState(StartTagInfo tag)protected StateNGNameState. createChildState(StartTagInfo tag)StateRELAXNGReader. createExpressionChildState(State parent, StartTagInfo tag)protected StateRELAXNGReader. createNameClassChildState(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. data(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. dataExcept(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. dataParam(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. define(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. divInGrammar(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. element(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. externalRef(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. grammar(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. includeGrammar(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. list(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. nsAnyName(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. nsExcept(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. nsNsName(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. parentRef(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. redefine(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. redefineStart(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. ref(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. start(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. text(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. value(State parent, StartTagInfo tag)Methods in com.sun.msv.reader.trex.ng with parameters of type State Modifier and Type Method Description StateRELAXNGReader.StateFactory. attribute(State parent, StartTagInfo tag)StateRELAXNGReader. createExpressionChildState(State parent, StartTagInfo tag)protected StateRELAXNGReader. createNameClassChildState(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. data(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. dataExcept(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. dataParam(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. define(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. divInGrammar(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. element(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. externalRef(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. grammar(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. includeGrammar(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. list(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. nsAnyName(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. nsExcept(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. nsNsName(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. parentRef(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. redefine(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. redefineStart(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. ref(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. start(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. text(State parent, StartTagInfo tag)StateRELAXNGReader.StateFactory. value(State parent, StartTagInfo tag) -
Uses of State in com.sun.msv.reader.trex.ng.comp
Subclasses of State in com.sun.msv.reader.trex.ng.comp Modifier and Type Class Description classCompAttributeStateparses <attribute> pattern.Methods in com.sun.msv.reader.trex.ng.comp that return State Modifier and Type Method Description StateRELAXNGCompReader.StateFactory. attribute(State parent, StartTagInfo tag)Methods in com.sun.msv.reader.trex.ng.comp with parameters of type State Modifier and Type Method Description StateRELAXNGCompReader.StateFactory. attribute(State parent, StartTagInfo tag) -
Uses of State in com.sun.msv.reader.trex.typed
Subclasses of State in com.sun.msv.reader.trex.typed Modifier and Type Class Description classTypedElementStatereads <element> element with 'label' annotation.Methods in com.sun.msv.reader.trex.typed that return State Modifier and Type Method Description StateTypedTREXGrammarInterceptor. element(State parent, StartTagInfo tag)Methods in com.sun.msv.reader.trex.typed with parameters of type State Modifier and Type Method Description StateTypedTREXGrammarInterceptor. element(State parent, StartTagInfo tag) -
Uses of State in com.sun.msv.reader.xmlschema
Subclasses of State 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.Fields in com.sun.msv.reader.xmlschema declared as State Modifier and Type Field Description protected StateRootIncludedSchemaState. topLevelStateMethods in com.sun.msv.reader.xmlschema that return State Modifier and Type Method Description StateXMLSchemaReader.StateFactory. all(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. any(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. anyAttribute(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. attribute(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. attributeGroup(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. choice(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. complexContent(State parent, StartTagInfo tag, ComplexTypeExp decl)StateXMLSchemaReader.StateFactory. complexExt(State parent, StartTagInfo tag, ComplexTypeExp decl)StateXMLSchemaReader.StateFactory. complexRst(State parent, StartTagInfo tag, ComplexTypeExp decl)StateXMLSchemaReader.StateFactory. complexTypeDecl(State parent, StartTagInfo tag)StateXMLSchemaReader. createAttributeState(State parent, StartTagInfo tag)creates a state object that parses "attribute","attributeGroup ref", and "anyAttribute".protected StateAttributeGroupState. createChildState(StartTagInfo tag)protected StateAttributeState. createChildState(StartTagInfo tag)protected StateComplexContentBodyState. createChildState(StartTagInfo tag)protected StateComplexContentState. createChildState(StartTagInfo tag)protected StateComplexTypeDeclState. createChildState(StartTagInfo tag)protected StateElementDeclState. createChildState(StartTagInfo tag)protected StateGlobalDeclState. createChildState(StartTagInfo tag)protected StateGroupState. createChildState(StartTagInfo tag)protected StateIdentityConstraintState. createChildState(StartTagInfo tag)protected StateRedefineState. createChildState(StartTagInfo tag)protected StateRootIncludedSchemaState. createChildState(StartTagInfo tag)protected StateSchemaIncludedState. createChildState(StartTagInfo tag)protected StateSimpleContentExtensionState. createChildState(StartTagInfo tag)protected StateSimpleContentRestrictionState. createChildState(StartTagInfo tag)protected StateSimpleContentState. createChildState(StartTagInfo tag)StateXMLSchemaReader. createExpressionChildState(State parent, StartTagInfo tag)StateXMLSchemaReader. createFacetState(State parent, StartTagInfo tag)StateXMLSchemaReader. createModelGroupState(State parent, StartTagInfo tag)creates a state object that parses "all"/"group ref"/"choice" and "sequence".StateXMLSchemaReader.StateFactory. elementDecl(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. elementRef(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. facets(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. group(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. import_(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. include(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. key(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. keyref(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. notation(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. redefine(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. schemaHead(java.lang.String expectedNamespace)StateXMLSchemaReader.StateFactory. schemaIncluded(State parent, java.lang.String expectedNamespace)StateXMLSchemaReader.StateFactory. sequence(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. simpleContent(State parent, StartTagInfo tag, ComplexTypeExp decl)StateXMLSchemaReader.StateFactory. simpleExt(State parent, StartTagInfo tag, ComplexTypeExp decl)StateXMLSchemaReader.StateFactory. simpleRst(State parent, StartTagInfo tag, ComplexTypeExp decl)StateXMLSchemaReader.StateFactory. simpleType(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. unique(State parent, StartTagInfo tag)Methods in com.sun.msv.reader.xmlschema with parameters of type State Modifier and Type Method Description StateXMLSchemaReader.StateFactory. all(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. any(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. anyAttribute(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. attribute(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. attributeGroup(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. choice(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. complexContent(State parent, StartTagInfo tag, ComplexTypeExp decl)StateXMLSchemaReader.StateFactory. complexExt(State parent, StartTagInfo tag, ComplexTypeExp decl)StateXMLSchemaReader.StateFactory. complexRst(State parent, StartTagInfo tag, ComplexTypeExp decl)StateXMLSchemaReader.StateFactory. complexTypeDecl(State parent, StartTagInfo tag)StateXMLSchemaReader. createAttributeState(State parent, StartTagInfo tag)creates a state object that parses "attribute","attributeGroup ref", and "anyAttribute".StateXMLSchemaReader. createExpressionChildState(State parent, StartTagInfo tag)StateXMLSchemaReader. createFacetState(State parent, StartTagInfo tag)StateXMLSchemaReader. createModelGroupState(State parent, StartTagInfo tag)creates a state object that parses "all"/"group ref"/"choice" and "sequence".StateXMLSchemaReader.StateFactory. elementDecl(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. elementRef(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. facets(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. group(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. import_(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. include(State parent, StartTagInfo tag)protected ExpressionXMLSchemaReader. interceptExpression(State state, Expression exp)StateXMLSchemaReader.StateFactory. key(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. keyref(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. notation(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. redefine(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. schemaIncluded(State parent, java.lang.String expectedNamespace)StateXMLSchemaReader.StateFactory. sequence(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. simpleContent(State parent, StartTagInfo tag, ComplexTypeExp decl)StateXMLSchemaReader.StateFactory. simpleExt(State parent, StartTagInfo tag, ComplexTypeExp decl)StateXMLSchemaReader.StateFactory. simpleRst(State parent, StartTagInfo tag, ComplexTypeExp decl)StateXMLSchemaReader.StateFactory. simpleType(State parent, StartTagInfo tag)protected voidXMLSchemaReader. switchSource(State sourceState, State newRootState)StateXMLSchemaReader.StateFactory. unique(State parent, StartTagInfo tag)Constructors in com.sun.msv.reader.xmlschema with parameters of type State Constructor Description RootIncludedSchemaState(State topLevelState)RootState(State topLevelState) -
Uses of State in com.sun.msv.relaxns.reader
Subclasses of State in com.sun.msv.relaxns.reader Modifier and Type Class Description classGrammarStateparses <grammar> element.classIncludeGrammarStateparses <include> element of RELAX Namespace.classNamespaceStateparses <namespace> 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.Methods in com.sun.msv.relaxns.reader that return State Modifier and Type Method Description protected StateGrammarState. createChildState(StartTagInfo tag)protected StateRootGrammarMergeState. createChildState(StartTagInfo tag)protected StateRootGrammarState. createChildState(StartTagInfo tag)protected StateTopLevelState. createChildState(StartTagInfo tag) -
Uses of State in com.sun.msv.relaxns.reader.relax
Subclasses of State in com.sun.msv.relaxns.reader.relax Modifier and Type Class Description classAnyOtherElementStateparses <anyOtherElement> state.(package private) classInterfaceStateExparses <interface> element and <div> in interface.Methods in com.sun.msv.relaxns.reader.relax that return State Modifier and Type Method Description protected StateInterfaceStateEx. createChildState(StartTagInfo tag)StateRELAXCoreIslandSchemaReader. createExpressionChildState(State parent, StartTagInfo tag)StateRELAXCoreIslandSchemaReader.StateFactory. interface_(State parent, StartTagInfo tag)Methods in com.sun.msv.relaxns.reader.relax with parameters of type State Modifier and Type Method Description StateRELAXCoreIslandSchemaReader. createExpressionChildState(State parent, StartTagInfo tag)StateRELAXCoreIslandSchemaReader.StateFactory. interface_(State parent, StartTagInfo tag)
-