Package com.saxonica.ee.schema.fsa
Class Edge.MaxOccursParticle
java.lang.Object
com.saxonica.ee.schema.SchemaStructure
com.saxonica.ee.schema.SimpleComponentReference
com.saxonica.ee.schema.Particle
com.saxonica.ee.schema.ModelGroupParticle
com.saxonica.ee.schema.fsa.Edge.MaxOccursParticle
- All Implemented Interfaces:
ComponentReference,UserSchemaComponent,SourceLocator,Location,SchemaComponent,Locator
- Enclosing class:
Edge
-
Field Summary
Fields inherited from class com.saxonica.ee.schema.SimpleComponentReference
symbolSpace, target -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Edge.MaxOccursParticlegetTerm()Get the term corresponding to this particleMethods inherited from class com.saxonica.ee.schema.ModelGroupParticle
compile, containsElementWildcard, elaborate, fixup, gatherAllPermittedElements, getElementParticleCardinality, getElementParticleType, getGroup, getSymbolSpace, getTarget, isEmptiable, isPointless, isResolved, lookForCycles, markVulnerableSubParticles, serializeParticle, tryToResolve, validateMethods inherited from class com.saxonica.ee.schema.Particle
computeParticleCardinality, getComponentAsFunction, getMaxOccurs, getMinOccurs, isVulnerable, setMaxOccurs, setMinOccurs, setVulnerableMethods inherited from class com.saxonica.ee.schema.SimpleComponentReference
getTargetComponentName, getTargetFingerprint, isDangling, setTarget, setTargetComponentNameMethods inherited from class com.saxonica.ee.schema.SchemaStructure
getColumnNumber, getConfiguration, getFixupStatus, getGeneratedId, getLineNumber, getPublicId, getRedefinitionLevel, getSchemaDocumentURI, getSystemId, getValidationStatus, hasSameLocation, isValidationNeeded, makeXPathExpressionPropertyRecord, saveLocation, setConfiguration, setFixupStatus, setGeneratedId, setLineNumber, setLocator, setRedefinitionLevel, setSchemaDocumentURI, setSystemId, setValidationStatusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.saxonica.ee.schema.ComponentReference
getConfigurationMethods inherited from interface net.sf.saxon.s9api.Location
getColumnNumber, getLineNumber, getPublicId, getSystemId, saveLocationMethods inherited from interface net.sf.saxon.type.SchemaComponent
getRedefinitionLevel, getValidationStatus
-
Constructor Details
-
MaxOccursParticle
public MaxOccursParticle()
-
-
Method Details
-
getInstance
-
getTerm
Description copied from class:ModelGroupParticleGet the term corresponding to this particle- Overrides:
getTermin classModelGroupParticle- Returns:
- the corresponding term
-