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.MaxOccursParticle
getTerm()
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, validate
Methods inherited from class com.saxonica.ee.schema.Particle
computeParticleCardinality, getComponentAsFunction, getMaxOccurs, getMinOccurs, isVulnerable, setMaxOccurs, setMinOccurs, setVulnerable
Methods inherited from class com.saxonica.ee.schema.SimpleComponentReference
getTargetComponentName, getTargetFingerprint, isDangling, setTarget, setTargetComponentName
Methods 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, setValidationStatus
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.saxonica.ee.schema.ComponentReference
getConfiguration
Methods inherited from interface net.sf.saxon.s9api.Location
getColumnNumber, getLineNumber, getPublicId, getSystemId, saveLocation
Methods inherited from interface net.sf.saxon.type.SchemaComponent
getRedefinitionLevel, getValidationStatus
-
Constructor Details
-
MaxOccursParticle
public MaxOccursParticle()
-
-
Method Details
-
getInstance
-
getTerm
Description copied from class:ModelGroupParticle
Get the term corresponding to this particle- Overrides:
getTerm
in classModelGroupParticle
- Returns:
- the corresponding term
-