public class ElementWildcard extends Particle
nameCode, symbolSpace, targetCOMPONENT_FUNCTION_TYPE, FIXED_UP, INCOMPLETE, INVALID, UNVALIDATED, VALIDATED, VALIDATING| Constructor and Description |
|---|
ElementWildcard(EnterpriseConfiguration config) |
ElementWildcard(Wildcard wc) |
| Modifier and Type | Method and Description |
|---|---|
void |
compile(SchemaCompiler compiler)
Compile a particle
|
boolean |
containsElementWildcard()
Ask whether the particle contains an element wildcard
|
ElementWildcard |
copy() |
boolean |
fixup(SchemaCompiler compiler)
Check references from this component to other components
|
void |
gatherAllPermittedElements(IntHashSet result,
boolean ignoreWildcards)
Find the set of all element particles allowed within the content model of this particle, identified
by their integer fingerprints.
|
int |
getElementParticleCardinality(int fingerprint)
Find an element particle within this complex type definition having a given element name
(identified by fingerprint), and return the cardinality associated with that element particle,
that is, the number of times the element can occur within this complex type.
|
SchemaType |
getElementParticleType(int fingerprint)
Find an element particle within this complex type definition having a given element name
(identified by fingerprint), and return the schema type associated with that element particle.
|
Term |
getTerm()
Get the term represented by this particle
|
FunctionItem |
getTermComponentAsFunction() |
Wildcard |
getWildcard() |
boolean |
isEmptiable()
Determine if this particle can be empty
|
boolean |
isPointless(ModelGroup container)
Test whether the particle is pointless, as described in XML Schema Part 1
Schema Component Constraint: Particle Valid (Restriction)
|
void |
serializeParticle(SchemaModelSerializer serializer)
Serialize the particle
|
void |
setWildcard(Wildcard wildcard) |
boolean |
validate(SchemaCompiler compiler)
Check the validity (consistency) of this element wildcard definition.
|
computeParticleCardinality, getComponentAsFunction, getMaxOccurs, getMinOccurs, isVulnerable, markVulnerableSubParticles, setMaxOccurs, setMinOccurs, setVulnerablegetFingerprint, getNameCode, getSymbolSpace, getTarget, isResolved, setNameCode, setTarget, tryToResolveelaborate, getColumnNumber, getConfiguration, getFixupStatus, getLineNumber, getPublicId, getRedefinitionLevel, getSchemaDocumentURI, getSystemId, getValidationStatus, lookForCycles, makeXPathExpressionPropertyRecord, setConfiguration, setFixupStatus, setLineNumber, setLocator, setRedefinitionLevel, setSchemaDocumentURI, setSystemId, setValidationStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitelaborate, lookForCyclesgetRedefinitionLevel, getValidationStatusgetConfigurationgetColumnNumber, getLineNumber, getPublicId, getSystemIdpublic ElementWildcard(EnterpriseConfiguration config)
public ElementWildcard(Wildcard wc)
public ElementWildcard copy()
public void setWildcard(Wildcard wildcard)
public Wildcard getWildcard()
public boolean isEmptiable()
isEmptiable in class Particlepublic boolean isPointless(ModelGroup container)
isPointless in class Particlecontainer - the model group containing this particle; null if there is no containing model grouppublic Term getTerm()
public boolean fixup(SchemaCompiler compiler) throws SchemaException
fixup in interface UserSchemaComponentfixup in class Particlecompiler - the schema compilerSchemaExceptionpublic void compile(SchemaCompiler compiler) throws SchemaException
Particlecompile in class Particlecompiler - the schema compilerSchemaException - if a fatal error occurspublic SchemaType getElementParticleType(int fingerprint)
getElementParticleType in class Particlefingerprint - Identifies the name of the child element within this content modelpublic int getElementParticleCardinality(int fingerprint)
StaticProperty.EXACTLY_ONE, StaticProperty.ALLOWS_ZERO_OR_ONE,
StaticProperty.ALLOWS_ZERO_OR_MORE, StaticProperty.ALLOWS_ONE_OR_MORE,
If there is no such particle, return StaticProperty.ALLOWS_ZERO.getElementParticleCardinality in class Particlefingerprint - Identifies the name of the child element within this content modelpublic boolean containsElementWildcard()
containsElementWildcard in class Particlepublic void gatherAllPermittedElements(IntHashSet result, boolean ignoreWildcards) throws SchemaException
gatherAllPermittedElements in class Particleresult - an initially-empty integer set in which the results are accumulatedignoreWildcards - true if wildcards are to be ignored. If false, the value -1 is added
to the result set if an element wildcard is present (which it is, if we get as far as this version
of the method)SchemaException - if an error is found in the schemapublic boolean validate(SchemaCompiler compiler) throws SchemaException
validate in interface UserSchemaComponentvalidate in class Particlecompiler - the schema compilerSchemaException - if an error is found and the
error listener decides that the error is fatalpublic void serializeParticle(SchemaModelSerializer serializer) throws XPathException
serializeParticle in class Particleserializer - the object responsible for serializationXPathException - if serialization failspublic FunctionItem getTermComponentAsFunction()
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.