Uses of Class
com.sun.msv.util.StartTagInfo
-
Packages that use StartTagInfo 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.com.sun.msv.verifier Contains abstract model for grammar-based schema and concrete verifier implementation for the abstract schema.com.sun.msv.verifier.identity Verifier with XML Schema's identity constraint check.com.sun.msv.verifier.psvi Type-assignment engine that can be used by application programs.com.sun.msv.verifier.regexp VGM implementation by using regular expression derivation algorithm.com.sun.msv.verifier.regexp.xmlschema RegExp VGM implementation that supports special semantics of XML Schema -
-
Uses of StartTagInfo in com.sun.msv.reader
Fields in com.sun.msv.reader declared as StartTagInfo Modifier and Type Field Description protected StartTagInfoState. startTaginformation of the start tag.Methods in com.sun.msv.reader that return StartTagInfo Modifier and Type Method Description StartTagInfoState. getStartTag()Methods in com.sun.msv.reader with parameters of type StartTagInfo 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.protected voidState. init(GrammarReader reader, State parentState, StartTagInfo startTag)protected abstract booleanGrammarReader. isGrammarElement(StartTagInfo tag)checks if given element is that of the grammar elements.protected booleanSimpleState. isGrammarElement(StartTagInfo tag)checks if this element belongs to the grammar.voidGrammarReader. pushState(State newState, State parentState, StartTagInfo startTag)pushs the current state into the stack and sets new one -
Uses of StartTagInfo in com.sun.msv.reader.datatype
Methods in com.sun.msv.reader.datatype with parameters of type StartTagInfo Modifier and Type Method Description StateDataTypeVocabulary. createTopLevelReaderState(StartTagInfo tag)creates a State object that will parse the element specified by tag parameter. -
Uses of StartTagInfo in com.sun.msv.reader.datatype.xsd
Methods in com.sun.msv.reader.datatype.xsd with parameters of type StartTagInfo 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) -
Uses of StartTagInfo in com.sun.msv.reader.relax
Methods in com.sun.msv.reader.relax with parameters of type StartTagInfo Modifier and Type Method Description protected StateRELAXReader.StateFactory. choice(State parent, StartTagInfo tag)protected StateHedgeRuleBaseState. createChildState(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 StateRELAXReader.StateFactory. none(State parent, StartTagInfo tag)protected StateRELAXReader.StateFactory. refLabel(State parent, StartTagInfo tag)protected StateRELAXReader.StateFactory. sequence(State parent, StartTagInfo tag) -
Uses of StartTagInfo in com.sun.msv.reader.relax.core
Methods in com.sun.msv.reader.relax.core with parameters of type StartTagInfo 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 booleanRELAXCoreReader. isGrammarElement(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 StartTagInfo in com.sun.msv.reader.trex
Methods in com.sun.msv.reader.trex with parameters of type StartTagInfo 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. 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) -
Uses of StartTagInfo in com.sun.msv.reader.trex.classic
Methods in com.sun.msv.reader.trex.classic with parameters of type StartTagInfo 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)protected booleanTREXGrammarReader. isGrammarElement(StartTagInfo tag)StateTREXGrammarReader.StateFactory. string(State parent, StartTagInfo tag) -
Uses of StartTagInfo in com.sun.msv.reader.trex.ng
Methods in com.sun.msv.reader.trex.ng with parameters of type StartTagInfo 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)protected booleanRELAXNGReader. isGrammarElement(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 StartTagInfo in com.sun.msv.reader.trex.ng.comp
Methods in com.sun.msv.reader.trex.ng.comp with parameters of type StartTagInfo Modifier and Type Method Description StateRELAXNGCompReader.StateFactory. attribute(State parent, StartTagInfo tag) -
Uses of StartTagInfo in com.sun.msv.reader.trex.typed
Methods in com.sun.msv.reader.trex.typed with parameters of type StartTagInfo Modifier and Type Method Description StateTypedTREXGrammarInterceptor. element(State parent, StartTagInfo tag) -
Uses of StartTagInfo in com.sun.msv.reader.xmlschema
Methods in com.sun.msv.reader.xmlschema with parameters of type StartTagInfo 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)protected booleanXMLSchemaReader. isGrammarElement(StartTagInfo tag)StateXMLSchemaReader.StateFactory. key(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. keyref(State parent, StartTagInfo tag)StateXMLSchemaReader.StateFactory. notation(State parent, StartTagInfo tag)ExpressionXMLSchemaReader. processOccurs(StartTagInfo startTag, Expression item)Adds maxOccurs/minOccurs semantics to a given expression.StateXMLSchemaReader.StateFactory. redefine(State parent, StartTagInfo tag)ExpressionXMLSchemaReader. resolveQNameRef(StartTagInfo tag, java.lang.String attName, XMLSchemaReader.RefResolver resolver)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) -
Uses of StartTagInfo in com.sun.msv.relaxns.reader
Methods in com.sun.msv.relaxns.reader with parameters of type StartTagInfo 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)protected booleanRELAXNSReader. isGrammarElement(StartTagInfo tag)protected booleanTopLevelState. isGrammarElement(StartTagInfo tag) -
Uses of StartTagInfo in com.sun.msv.relaxns.reader.relax
Methods in com.sun.msv.relaxns.reader.relax with parameters of type StartTagInfo Modifier and Type Method Description protected StateInterfaceStateEx. createChildState(StartTagInfo tag)StateRELAXCoreIslandSchemaReader. createExpressionChildState(State parent, StartTagInfo tag)StateRELAXCoreIslandSchemaReader.StateFactory. interface_(State parent, StartTagInfo tag) -
Uses of StartTagInfo in com.sun.msv.verifier
Fields in com.sun.msv.verifier declared as StartTagInfo Modifier and Type Field Description private StartTagInfoVerifier. stiAn object used to store start tag information.Methods in com.sun.msv.verifier with parameters of type StartTagInfo Modifier and Type Method Description AcceptorAcceptor. createChildAcceptor(StartTagInfo sti, StringRef refErr)creates an Acceptor that will accept the content model of the children of this moment.booleanAcceptor. onEndAttributes(StartTagInfo sti, StringRef refErr)notifies the end of attributes.protected voidVerifier. onNextAcceptorReady(StartTagInfo sti, Acceptor nextAcceptor)this method is called from the startElement method after the tag name is processed and the child acceptor is created.Constructors in com.sun.msv.verifier with parameters of type StartTagInfo Constructor Description BadAttribute(StartTagInfo sti, java.lang.String qn, java.lang.String ns, java.lang.String loc, java.lang.String v)BadTagName(StartTagInfo sti)ElementErrorInfo(StartTagInfo sti)IncompleteContentModel(StartTagInfo sti)MissingAttribute(StartTagInfo sti) -
Uses of StartTagInfo in com.sun.msv.verifier.identity
Methods in com.sun.msv.verifier.identity with parameters of type StartTagInfo Modifier and Type Method Description protected voidIDConstraintChecker. onNextAcceptorReady(StartTagInfo sti, Acceptor next) -
Uses of StartTagInfo in com.sun.msv.verifier.psvi
Methods in com.sun.msv.verifier.psvi with parameters of type StartTagInfo Modifier and Type Method Description protected voidTypeDetector. onNextAcceptorReady(StartTagInfo sti, Acceptor nextAcceptor) -
Uses of StartTagInfo in com.sun.msv.verifier.regexp
Fields in com.sun.msv.verifier.regexp declared as StartTagInfo Modifier and Type Field Description private StartTagInfoCombinedChildContentExpCreator. tagInfoMethods in com.sun.msv.verifier.regexp with parameters of type StartTagInfo Modifier and Type Method Description CombinedChildContentExpCreator.ExpressionPairCombinedChildContentExpCreator. continueGet(Expression combinedPattern, StartTagInfo info, boolean checkTagName)AcceptorExpressionAcceptor. createChildAcceptor(StartTagInfo tag, StringRef errRef)creates combined child acceptor and primitive child acceptors (if necessary).private java.lang.StringExpressionAcceptor. diagnoseBadTagName(StartTagInfo sti)computes diagnosis message for bad tag nameprivate java.lang.StringExpressionAcceptor. diagnoseMissingAttribute(StartTagInfo sti)computes diagnosis message for missing attributeCombinedChildContentExpCreator.ExpressionPairCombinedChildContentExpCreator. get(Expression combinedPattern, StartTagInfo info)computes a combined child content pattern and (,if possible,) its continuation.CombinedChildContentExpCreator.ExpressionPairCombinedChildContentExpCreator. get(Expression combinedPattern, StartTagInfo info, boolean checkTagName)computes a combined child content pattern and its continuation, with error recovery.booleanComplexAcceptorBaseImpl. onEndAttributes(StartTagInfo sti, StringRef refErr)booleanExpressionAcceptor. onEndAttributes(StartTagInfo sti, StringRef refErr) -
Uses of StartTagInfo in com.sun.msv.verifier.regexp.xmlschema
Methods in com.sun.msv.verifier.regexp.xmlschema with parameters of type StartTagInfo Modifier and Type Method Description AcceptorXSAcceptor. createChildAcceptor(StartTagInfo sti, StringRef refErr)private AcceptorXSAcceptor. onNotSubstitutableType(StartTagInfo sti, java.lang.String type, StringRef refErr)private AcceptorXSAcceptor. onTypeResolutionFailure(StartTagInfo sti, java.lang.String type, StringRef refErr)
-