Uses of Class
com.sun.msv.util.StartTagInfo
Packages that use StartTagInfo
Package
Description
reads XML representation of grammar and creates AGM.
interface of Datatype vocabulary reader.
reads XML representation for XML Schema Part.2
common parts for parseing RELAX Core/Namespace into AGM.
parses RELAX Core into AGM.
shared code between RELAX NG reader and TREX reader.
parses TREX pattern into AGM.
parses RELAX NG into AGM.
parses RELAX NG with DTD compatibility annotation into AGM.
reads TREX grammar with "label
annotation".
parses XML representation of XML Schema into AGM.
parses XML representation of RELAX Namespace.
parses XML representation of RELAXNS-extended RELAX Core.
Contains abstract model for grammar-based schema and
concrete verifier implementation for the abstract schema.
Verifier with XML Schema's identity constraint check.
Type-assignment engine
that can be used by application programs.
VGM implementation by using regular expression derivation algorithm.
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 StartTagInfoModifier and TypeFieldDescriptionprotected StartTagInfoState.startTaginformation of the start tag.Methods in com.sun.msv.reader that return StartTagInfoMethods in com.sun.msv.reader with parameters of type StartTagInfoModifier and TypeMethodDescriptionprotected final StateChildlessState.createChildState(StartTagInfo tag) protected StateExpressionWithChildState.createChildState(StartTagInfo tag) protected final 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 final 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 StartTagInfoModifier and TypeMethodDescriptionDataTypeVocabulary.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 StartTagInfoModifier and TypeMethodDescriptionprotected StateListState.createChildState(StartTagInfo tag) protected StateRestrictionState.createChildState(StartTagInfo tag) protected StateSimpleTypeState.createChildState(StartTagInfo tag) protected StateUnionState.createChildState(StartTagInfo tag) XSDVocabulary.createTopLevelReaderState(StartTagInfo tag) -
Uses of StartTagInfo in com.sun.msv.reader.relax
Methods in com.sun.msv.reader.relax with parameters of type StartTagInfoModifier and TypeMethodDescriptionprotected StateRELAXReader.StateFactory.choice(State parent, StartTagInfo tag) protected StateHedgeRuleBaseState.createChildState(StartTagInfo tag) RELAXReader.createExpressionChildState(State parent, StartTagInfo tag) RELAXReader.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 StartTagInfoModifier and TypeMethodDescriptionprotected StateRELAXCoreReader.StateFactory.attPool(State parent, StartTagInfo tag) protected StateRELAXCoreReader.StateFactory.attribute(State parent, StartTagInfo tag) protected StateAttributeState.createChildState(StartTagInfo tag) protected StateDivInModuleState.createChildState(StartTagInfo tag) protected StateElementRuleWithHedgeState.createChildState(StartTagInfo tag) protected StateElementRuleWithTypeState.createChildState(StartTagInfo tag) protected StateInlineElementState.createChildState(StartTagInfo tag) protected StateInterfaceState.createChildState(StartTagInfo tag) RELAXCoreReader.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 StartTagInfoModifier and TypeMethodDescriptionTREXBaseReader.StateFactory.attribute(State parent, StartTagInfo tag) TREXBaseReader.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 final StateNameClassWithoutChildState.createChildState(StartTagInfo tag) protected StateRootIncludedPatternState.createChildState(StartTagInfo tag) protected StateRootMergedGrammarState.createChildState(StartTagInfo tag) protected StateRootState.createChildState(StartTagInfo tag) TREXBaseReader.createExpressionChildState(State parent, StartTagInfo tag) protected StateTREXBaseReader.createNameClassChildState(State parent, StartTagInfo tag) abstract StateTREXBaseReader.StateFactory.define(State parent, StartTagInfo tag) TREXBaseReader.StateFactory.divInGrammar(State parent, StartTagInfo tag) TREXBaseReader.StateFactory.element(State parent, StartTagInfo tag) TREXBaseReader.StateFactory.empty(State parent, StartTagInfo tag) TREXBaseReader.StateFactory.grammar(State parent, StartTagInfo tag) TREXBaseReader.StateFactory.group(State parent, StartTagInfo tag) TREXBaseReader.StateFactory.includeGrammar(State parent, StartTagInfo tag) TREXBaseReader.StateFactory.interleave(State parent, StartTagInfo tag) TREXBaseReader.StateFactory.mixed(State parent, StartTagInfo tag) TREXBaseReader.StateFactory.notAllowed(State parent, StartTagInfo tag) TREXBaseReader.StateFactory.nsAnyName(State parent, StartTagInfo tag) TREXBaseReader.StateFactory.nsChoice(State parent, StartTagInfo tag) TREXBaseReader.StateFactory.nsDifference(State parent, StartTagInfo tag) TREXBaseReader.StateFactory.nsName(State parent, StartTagInfo tag) TREXBaseReader.StateFactory.nsNot(State parent, StartTagInfo tag) TREXBaseReader.StateFactory.nsNsName(State parent, StartTagInfo tag) TREXBaseReader.StateFactory.oneOrMore(State parent, StartTagInfo tag) TREXBaseReader.StateFactory.optional(State parent, StartTagInfo tag) TREXBaseReader.StateFactory.ref(State parent, StartTagInfo tag) TREXBaseReader.StateFactory.start(State parent, StartTagInfo tag) TREXBaseReader.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 StartTagInfoModifier and TypeMethodDescriptionTREXGrammarReader.StateFactory.anyString(State parent, StartTagInfo tag) TREXGrammarReader.StateFactory.concur(State parent, StartTagInfo tag) TREXGrammarReader.createExpressionChildState(State parent, StartTagInfo tag) TREXGrammarReader.StateFactory.data(State parent, StartTagInfo tag) TREXGrammarReader.StateFactory.define(State parent, StartTagInfo tag) TREXGrammarReader.StateFactory.includePattern(State parent, StartTagInfo tag) protected booleanTREXGrammarReader.isGrammarElement(StartTagInfo tag) TREXGrammarReader.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 StartTagInfoModifier and TypeMethodDescriptionRELAXNGReader.StateFactory.attribute(State parent, StartTagInfo tag) protected StateDataState.createChildState(StartTagInfo tag) protected StateIncludeMergeState.createChildState(StartTagInfo tag) protected StateNGNameState.createChildState(StartTagInfo tag) RELAXNGReader.createExpressionChildState(State parent, StartTagInfo tag) protected StateRELAXNGReader.createNameClassChildState(State parent, StartTagInfo tag) RELAXNGReader.StateFactory.data(State parent, StartTagInfo tag) RELAXNGReader.StateFactory.dataExcept(State parent, StartTagInfo tag) RELAXNGReader.StateFactory.dataParam(State parent, StartTagInfo tag) RELAXNGReader.StateFactory.define(State parent, StartTagInfo tag) RELAXNGReader.StateFactory.divInGrammar(State parent, StartTagInfo tag) RELAXNGReader.StateFactory.element(State parent, StartTagInfo tag) RELAXNGReader.StateFactory.externalRef(State parent, StartTagInfo tag) RELAXNGReader.StateFactory.grammar(State parent, StartTagInfo tag) RELAXNGReader.StateFactory.includeGrammar(State parent, StartTagInfo tag) protected booleanRELAXNGReader.isGrammarElement(StartTagInfo tag) RELAXNGReader.StateFactory.list(State parent, StartTagInfo tag) RELAXNGReader.StateFactory.nsAnyName(State parent, StartTagInfo tag) RELAXNGReader.StateFactory.nsExcept(State parent, StartTagInfo tag) RELAXNGReader.StateFactory.nsNsName(State parent, StartTagInfo tag) RELAXNGReader.StateFactory.parentRef(State parent, StartTagInfo tag) RELAXNGReader.StateFactory.redefine(State parent, StartTagInfo tag) RELAXNGReader.StateFactory.redefineStart(State parent, StartTagInfo tag) RELAXNGReader.StateFactory.ref(State parent, StartTagInfo tag) RELAXNGReader.StateFactory.start(State parent, StartTagInfo tag) RELAXNGReader.StateFactory.text(State parent, StartTagInfo tag) RELAXNGReader.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 StartTagInfoModifier and TypeMethodDescriptionRELAXNGCompReader.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 StartTagInfoModifier and TypeMethodDescriptionTypedTREXGrammarInterceptor.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 StartTagInfoModifier and TypeMethodDescriptionXMLSchemaReader.StateFactory.all(State parent, StartTagInfo tag) XMLSchemaReader.StateFactory.any(State parent, StartTagInfo tag) XMLSchemaReader.StateFactory.anyAttribute(State parent, StartTagInfo tag) XMLSchemaReader.StateFactory.attribute(State parent, StartTagInfo tag) XMLSchemaReader.StateFactory.attributeGroup(State parent, StartTagInfo tag) XMLSchemaReader.StateFactory.choice(State parent, StartTagInfo tag) XMLSchemaReader.StateFactory.complexContent(State parent, StartTagInfo tag, ComplexTypeExp decl) XMLSchemaReader.StateFactory.complexExt(State parent, StartTagInfo tag, ComplexTypeExp decl) XMLSchemaReader.StateFactory.complexRst(State parent, StartTagInfo tag, ComplexTypeExp decl) XMLSchemaReader.StateFactory.complexTypeDecl(State parent, StartTagInfo tag) XMLSchemaReader.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) XMLSchemaReader.createExpressionChildState(State parent, StartTagInfo tag) XMLSchemaReader.createFacetState(State parent, StartTagInfo tag) XMLSchemaReader.createModelGroupState(State parent, StartTagInfo tag) creates a state object that parses "all"/"group ref"/"choice" and "sequence".XMLSchemaReader.StateFactory.elementDecl(State parent, StartTagInfo tag) XMLSchemaReader.StateFactory.elementRef(State parent, StartTagInfo tag) XMLSchemaReader.StateFactory.facets(State parent, StartTagInfo tag) XMLSchemaReader.StateFactory.group(State parent, StartTagInfo tag) XMLSchemaReader.StateFactory.import_(State parent, StartTagInfo tag) XMLSchemaReader.StateFactory.include(State parent, StartTagInfo tag) protected booleanXMLSchemaReader.isGrammarElement(StartTagInfo tag) XMLSchemaReader.StateFactory.key(State parent, StartTagInfo tag) XMLSchemaReader.StateFactory.keyref(State parent, StartTagInfo tag) XMLSchemaReader.StateFactory.notation(State parent, StartTagInfo tag) XMLSchemaReader.processOccurs(StartTagInfo startTag, Expression item) Adds maxOccurs/minOccurs semantics to a given expression.XMLSchemaReader.StateFactory.redefine(State parent, StartTagInfo tag) XMLSchemaReader.resolveQNameRef(StartTagInfo tag, String attName, XMLSchemaReader.RefResolver resolver) XMLSchemaReader.StateFactory.sequence(State parent, StartTagInfo tag) XMLSchemaReader.StateFactory.simpleContent(State parent, StartTagInfo tag, ComplexTypeExp decl) XMLSchemaReader.StateFactory.simpleExt(State parent, StartTagInfo tag, ComplexTypeExp decl) XMLSchemaReader.StateFactory.simpleRst(State parent, StartTagInfo tag, ComplexTypeExp decl) XMLSchemaReader.StateFactory.simpleType(State parent, StartTagInfo tag) XMLSchemaReader.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 StartTagInfoModifier and TypeMethodDescriptionprotected StateGrammarState.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 StartTagInfoModifier and TypeMethodDescriptionRELAXCoreIslandSchemaReader.createExpressionChildState(State parent, StartTagInfo tag) -
Uses of StartTagInfo in com.sun.msv.verifier
Methods in com.sun.msv.verifier with parameters of type StartTagInfoModifier and TypeMethodDescriptionAcceptor.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 StartTagInfoModifierConstructorDescriptionprotectedBadAttribute(StartTagInfo sti, String qn, String ns, String loc, String v) BadTagName(StartTagInfo sti) -
Uses of StartTagInfo in com.sun.msv.verifier.identity
Methods in com.sun.msv.verifier.identity with parameters of type StartTagInfoModifier and TypeMethodDescriptionprotected 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 StartTagInfoModifier and TypeMethodDescriptionprotected voidTypeDetector.onNextAcceptorReady(StartTagInfo sti, Acceptor nextAcceptor) -
Uses of StartTagInfo in com.sun.msv.verifier.regexp
Methods in com.sun.msv.verifier.regexp with parameters of type StartTagInfoModifier and TypeMethodDescriptionCombinedChildContentExpCreator.continueGet(Expression combinedPattern, StartTagInfo info, boolean checkTagName) ExpressionAcceptor.createChildAcceptor(StartTagInfo tag, StringRef errRef) creates combined child acceptor and primitive child acceptors (if necessary).CombinedChildContentExpCreator.get(Expression combinedPattern, StartTagInfo info) computes a combined child content pattern and (,if possible,) its continuation.CombinedChildContentExpCreator.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 StartTagInfoModifier and TypeMethodDescriptionXSAcceptor.createChildAcceptor(StartTagInfo sti, StringRef refErr)