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.
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 StartTagInfo
State.startTag
information 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 State
ChildlessState.createChildState
(StartTagInfo tag) protected State
ExpressionWithChildState.createChildState
(StartTagInfo tag) protected final State
ExpressionWithoutChildState.createChildState
(StartTagInfo tag) protected abstract State
SimpleState.createChildState
(StartTagInfo tag) creates appropriate child state object for this elementabstract State
GrammarReader.createExpressionChildState
(State parent, StartTagInfo tag) this method must be implemented by the derived class to create language-default expresion state.protected final void
State.init
(GrammarReader reader, State parentState, StartTagInfo startTag) protected abstract boolean
GrammarReader.isGrammarElement
(StartTagInfo tag) checks if given element is that of the grammar elements.protected boolean
SimpleState.isGrammarElement
(StartTagInfo tag) checks if this element belongs to the grammar.void
GrammarReader.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 State
ListState.createChildState
(StartTagInfo tag) protected State
RestrictionState.createChildState
(StartTagInfo tag) protected State
SimpleTypeState.createChildState
(StartTagInfo tag) protected State
UnionState.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 State
RELAXReader.StateFactory.choice
(State parent, StartTagInfo tag) protected State
HedgeRuleBaseState.createChildState
(StartTagInfo tag) RELAXReader.createExpressionChildState
(State parent, StartTagInfo tag) RELAXReader.createFacetState
(State parent, StartTagInfo tag) protected State
RELAXReader.StateFactory.empty
(State parent, StartTagInfo tag) protected FacetState
RELAXReader.StateFactory.facets
(State parent, StartTagInfo tag) protected State
RELAXReader.StateFactory.hedgeRef
(State parent, StartTagInfo tag) protected State
RELAXReader.StateFactory.none
(State parent, StartTagInfo tag) protected State
RELAXReader.StateFactory.refLabel
(State parent, StartTagInfo tag) protected State
RELAXReader.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 State
RELAXCoreReader.StateFactory.attPool
(State parent, StartTagInfo tag) protected State
RELAXCoreReader.StateFactory.attribute
(State parent, StartTagInfo tag) protected State
AttributeState.createChildState
(StartTagInfo tag) protected State
ClauseState.createChildState
(StartTagInfo tag) protected State
DivInModuleState.createChildState
(StartTagInfo tag) protected State
ElementRuleBaseState.createChildState
(StartTagInfo tag) protected State
ElementRuleWithHedgeState.createChildState
(StartTagInfo tag) protected State
ElementRuleWithTypeState.createChildState
(StartTagInfo tag) protected State
InlineElementState.createChildState
(StartTagInfo tag) protected State
InterfaceState.createChildState
(StartTagInfo tag) protected State
RootModuleMergeState.createChildState
(StartTagInfo tag) protected State
RootModuleState.createChildState
(StartTagInfo tag) RELAXCoreReader.createExpressionChildState
(State parent, StartTagInfo tag) protected State
RELAXCoreReader.StateFactory.divInModule
(State parent, StartTagInfo tag) protected State
RELAXCoreReader.StateFactory.element
(State parent, StartTagInfo tag) protected State
RELAXCoreReader.StateFactory.elementRule
(State parent, StartTagInfo tag) protected State
RELAXCoreReader.StateFactory.hedgeRule
(State parent, StartTagInfo tag) protected State
RELAXCoreReader.StateFactory.include
(State parent, StartTagInfo tag) protected State
RELAXCoreReader.StateFactory.interface_
(State parent, StartTagInfo tag) protected boolean
RELAXCoreReader.isGrammarElement
(StartTagInfo tag) protected State
RELAXCoreReader.StateFactory.mixed
(State parent, StartTagInfo tag) protected State
RELAXCoreReader.StateFactory.refRole
(State parent, StartTagInfo tag) protected State
RELAXCoreReader.StateFactory.simpleType
(State parent, StartTagInfo tag) protected State
RELAXCoreReader.StateFactory.tag
(State parent, StartTagInfo tag) protected State
RELAXCoreReader.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 State
DefineState.createChildState
(StartTagInfo tag) protected State
DivInGrammarState.createChildState
(StartTagInfo tag) protected State
IncludeMergeState.createChildState
(StartTagInfo tag) protected State
NameClassAndExpressionState.createChildState
(StartTagInfo tag) protected State
NameClassWithChildState.createChildState
(StartTagInfo tag) protected final State
NameClassWithoutChildState.createChildState
(StartTagInfo tag) protected State
RootIncludedPatternState.createChildState
(StartTagInfo tag) protected State
RootMergedGrammarState.createChildState
(StartTagInfo tag) protected State
RootState.createChildState
(StartTagInfo tag) TREXBaseReader.createExpressionChildState
(State parent, StartTagInfo tag) protected State
TREXBaseReader.createNameClassChildState
(State parent, StartTagInfo tag) abstract State
TREXBaseReader.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.UndefinedDataTypeVocabulary.createTopLevelReaderState
(StartTagInfo tag) TREXGrammarReader.StateFactory.data
(State parent, StartTagInfo tag) TREXGrammarReader.StateFactory.define
(State parent, StartTagInfo tag) TREXGrammarReader.StateFactory.includePattern
(State parent, StartTagInfo tag) protected boolean
TREXGrammarReader.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 State
DataState.createChildState
(StartTagInfo tag) protected State
IncludeMergeState.createChildState
(StartTagInfo tag) protected State
NGNameState.createChildState
(StartTagInfo tag) RELAXNGReader.createExpressionChildState
(State parent, StartTagInfo tag) protected State
RELAXNGReader.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 boolean
RELAXNGReader.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 State
AttributeGroupState.createChildState
(StartTagInfo tag) protected State
AttributeState.createChildState
(StartTagInfo tag) protected State
ComplexContentBodyState.createChildState
(StartTagInfo tag) protected State
ComplexContentState.createChildState
(StartTagInfo tag) protected State
ComplexTypeDeclState.createChildState
(StartTagInfo tag) protected State
ElementDeclState.createChildState
(StartTagInfo tag) protected State
GlobalDeclState.createChildState
(StartTagInfo tag) protected State
GroupState.createChildState
(StartTagInfo tag) protected State
IdentityConstraintState.createChildState
(StartTagInfo tag) protected State
RedefineState.createChildState
(StartTagInfo tag) protected State
RootIncludedSchemaState.createChildState
(StartTagInfo tag) protected State
SchemaIncludedState.createChildState
(StartTagInfo tag) protected State
SimpleContentExtensionState.createChildState
(StartTagInfo tag) protected State
SimpleContentRestrictionState.createChildState
(StartTagInfo tag) protected State
SimpleContentState.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 boolean
XMLSchemaReader.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 State
GrammarState.createChildState
(StartTagInfo tag) protected State
RootGrammarMergeState.createChildState
(StartTagInfo tag) protected State
RootGrammarState.createChildState
(StartTagInfo tag) protected State
TopLevelState.createChildState
(StartTagInfo tag) protected boolean
RELAXNSReader.isGrammarElement
(StartTagInfo tag) protected boolean
TopLevelState.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 TypeMethodDescriptionprotected State
InterfaceStateEx.createChildState
(StartTagInfo tag) RELAXCoreIslandSchemaReader.createExpressionChildState
(State parent, StartTagInfo tag) RELAXCoreIslandSchemaReader.StateFactory.interface_
(State parent, StartTagInfo tag) -
Uses of StartTagInfo in com.sun.msv.verifier
Fields in com.sun.msv.verifier declared as StartTagInfoModifier and TypeFieldDescriptionprivate final StartTagInfo
Verifier.sti
An object used to store start tag information.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.boolean
Acceptor.onEndAttributes
(StartTagInfo sti, StringRef refErr) notifies the end of attributes.protected void
Verifier.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 StartTagInfoModifierConstructorDescriptionprotected
BadAttribute
(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 void
IDConstraintChecker.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 void
TypeDetector.onNextAcceptorReady
(StartTagInfo sti, Acceptor nextAcceptor) -
Uses of StartTagInfo in com.sun.msv.verifier.regexp
Fields in com.sun.msv.verifier.regexp declared as StartTagInfoMethods 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).private String
ExpressionAcceptor.diagnoseBadTagName
(StartTagInfo sti) computes diagnosis message for bad tag nameprivate String
ExpressionAcceptor.diagnoseMissingAttribute
(StartTagInfo sti) computes diagnosis message for missing attributeCombinedChildContentExpCreator.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.boolean
ComplexAcceptorBaseImpl.onEndAttributes
(StartTagInfo sti, StringRef refErr) boolean
ExpressionAcceptor.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) private Acceptor
XSAcceptor.onNotSubstitutableType
(StartTagInfo sti, String type, StringRef refErr) private Acceptor
XSAcceptor.onTypeResolutionFailure
(StartTagInfo sti, String type, StringRef refErr)