public class AllModelGroup extends ModelGroup
contentModel, simplifiedContentModel
COMPONENT_FUNCTION_TYPE, FIXED_UP, INCOMPLETE, INVALID, UNVALIDATED, VALIDATED, VALIDATING
Constructor and Description |
---|
AllModelGroup()
Create an AllModelGroup
|
Modifier and Type | Method and Description |
---|---|
void |
addParticle(Particle particle)
Adds a given Particle to the content model defined by this Compositor
|
protected static java.lang.String |
allSubsumes(UserComplexType base,
ComplexType sub,
SchemaCompiler compiler)
Test whether a complex type constructed using "all" subsumes another complex type.
|
protected boolean |
checkElements(IntHashMap<ElementDecl> map,
SchemaCompiler compiler)
Check that the elements defined as particles in this compositor are consistent
(overrides method on parent class ModelGroup)
|
boolean |
containsAll(boolean simplified)
Determine if the content model uses xs:all.
|
void |
elaborate(SchemaCompiler compiler)
Elaborate the schema component: after reloading a serialized schema component model,
this expands the component with derived information needed during validation episodes.
|
java.lang.String |
getCompositorName()
Get the name of this compositor
|
IntToIntMap |
getCounterMap()
Get a mapping from element name fingerprints (including fingerprints of substitution group
members) to entries in the minima and maxima arrays.
|
IntHashMap |
getDeclarationMap()
Get a mapping from element name fingerprints (including fingerprints of substitution group
members) to local or global element declarations to be used to validate the content of each
element in the all group
|
int[] |
getMaxima()
Get the values of maxOccurs() for all the particles, as an array
|
int[] |
getMinima()
Get the values of minOccurs() for all the particles, as an array
|
StructuredQName[] |
getNameCodes()
Get the namecodes of the element particles corresponding to each
item in the maxima/minima arrays.
|
int |
getNumberOfElementParticles()
Get the number of element particles
|
java.util.List<Particle> |
getSimplifiedContentModel()
Remove pointless particles from this content model (recursively),
and replace group references by the content of the identified group
|
java.util.List<ElementWildcard> |
getWildcards()
Get the list of element wildcards (XSDL 1.1 only)
|
boolean |
isEmptiable()
Determine if empty content is allowed
|
boolean |
isPointless(ModelGroup container)
Test whether the compositor is pointless, as described in XML Schema Part 1
Schema Component Constraint: Particle Valid (Restriction)
|
boolean |
validate(SchemaCompiler compiler)
Checks the validity of this Compositor definition.
|
compile, containsElementWildcard, fixup, gatherAllPermittedElements, getComponentAsFunction, getContentModelSize, getElementParticleCardinality, getElementParticleType, getParticles, getTerm, isEmpty, lookForCycles, markVulnerableSubParticles, serialize, setContentModel
getColumnNumber, getConfiguration, getFixupStatus, getGeneratedId, getLineNumber, getPublicId, getRedefinitionLevel, getSchemaDocumentURI, getSystemId, getValidationStatus, hasSameLocation, makeXPathExpressionPropertyRecord, saveLocation, setConfiguration, setFixupStatus, setGeneratedId, setLineNumber, setLocator, setRedefinitionLevel, setSchemaDocumentURI, setSystemId, setValidationStatus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRedefinitionLevel, getValidationStatus
public void addParticle(Particle particle)
addParticle
in class ModelGroup
particle
- the Particle to be addedpublic int getNumberOfElementParticles()
public boolean containsAll(boolean simplified)
containsAll
in class ModelGroup
simplified
- set to false if we want to look at the original unsimplified
content model, to true if we want the model after removing pointless particlespublic boolean isEmptiable() throws MissingComponentException
isEmptiable
in class ModelGroup
MissingComponentException
- if the schema contains
unresolved references to required componentspublic boolean isPointless(ModelGroup container)
isPointless
in class ModelGroup
container
- not usedprotected boolean checkElements(IntHashMap<ElementDecl> map, SchemaCompiler compiler) throws SchemaException, MissingComponentException
checkElements
in class ModelGroup
map
- a HashMap that maps integers to ElementDecl'scompiler
- used for error reportingSchemaException
- if the schema is invalidMissingComponentException
- if the schema contains unresolved references
to required componentspublic java.lang.String getCompositorName()
getCompositorName
in class ModelGroup
public java.util.List<Particle> getSimplifiedContentModel() throws MissingComponentException
getSimplifiedContentModel
in class ModelGroup
MissingComponentException
public boolean validate(SchemaCompiler compiler) throws SchemaException
validate
in interface UserSchemaComponent
validate
in class ModelGroup
SchemaException
- when the error listener decides an error is fatalpublic void elaborate(SchemaCompiler compiler) throws SchemaException
elaborate
in interface UserSchemaComponent
elaborate
in class SchemaStructure
compiler
- the schema compilerSchemaException
public int[] getMaxima()
public int[] getMinima()
public StructuredQName[] getNameCodes()
public IntToIntMap getCounterMap()
public IntHashMap getDeclarationMap()
public java.util.List<ElementWildcard> getWildcards()
protected static java.lang.String allSubsumes(UserComplexType base, ComplexType sub, SchemaCompiler compiler) throws SchemaException
base
- the base type, which must be defined using xs:allsub
- the type that is (supposedly) subsumed by the base typecompiler
- used for reporting errors and warningsSchemaException
- if the schema is not validCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.