public class AllModelGroup extends ModelGroup
contentModel, simplifiedContentModelCOMPONENT_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 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.
|
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
|
int[] |
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
|
List<Particle> |
getSimplifiedContentModel()
Remove pointless particles from this content model (recursively),
and replace group references by the content of the identified group
|
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, setContentModelgetColumnNumber, getConfiguration, getFixupStatus, getLineNumber, getPublicId, getRedefinitionLevel, getSchemaDocumentURI, getSystemId, getValidationStatus, makeXPathExpressionPropertyRecord, setConfiguration, setFixupStatus, setLineNumber, setLocator, setRedefinitionLevel, setSchemaDocumentURI, setSystemId, setValidationStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRedefinitionLevel, getValidationStatuspublic void addParticle(Particle particle)
addParticle in class ModelGroupparticle - the Particle to be addedpublic int getNumberOfElementParticles()
public boolean containsAll(boolean simplified)
containsAll in class ModelGroupsimplified - 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 UnresolvedReferenceException
isEmptiable in class ModelGroupUnresolvedReferenceException - if the schema contains
unresolved references to required componentspublic boolean isPointless(ModelGroup container)
isPointless in class ModelGroupcontainer - not usedprotected boolean checkElements(IntHashMap<ElementDecl> map, SchemaCompiler compiler) throws SchemaException, UnresolvedReferenceException
checkElements in class ModelGroupmap - a HashMap that maps integers to ElementDecl'scompiler - used for error reportingSchemaException - if the schema is invalidUnresolvedReferenceException - if the schema contains unresolved references
to required componentspublic String getCompositorName()
getCompositorName in class ModelGrouppublic List<Particle> getSimplifiedContentModel()
getSimplifiedContentModel in class ModelGrouppublic boolean validate(SchemaCompiler compiler) throws SchemaException
validate in interface UserSchemaComponentvalidate in class ModelGroupSchemaException - when the error listener decides an error is fatalpublic void elaborate(SchemaCompiler compiler) throws SchemaException
elaborate in interface UserSchemaComponentelaborate in class SchemaStructurecompiler - the schema compilerSchemaExceptionpublic int[] getMaxima()
public int[] getMinima()
public int[] getNameCodes()
public IntToIntMap getCounterMap()
public IntHashMap getDeclarationMap()
public List<ElementWildcard> getWildcards()
protected static 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-2013 Saxonica Limited. All rights reserved.