|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.saxonica.schema.SchemaElement
|
+--com.saxonica.schema.AbstractParticle
|
+--com.saxonica.schema.Compositor
|
+--com.saxonica.schema.AllCompositor
An AllCompositor represents an xs:all element in the schema
| Field Summary |
| Fields inherited from class com.saxonica.schema.Compositor |
contentModel |
| Fields inherited from class com.saxonica.schema.AbstractParticle |
UNBOUNDED |
| Fields inherited from class com.saxonica.schema.SchemaElement |
ANNOTATION, ANYTYPE, APPINFO, ATTRIBUTE, ATTRIBUTE_GROUP, COMPLEX_CONTENT, COMPLEX_TYPE, COMPOSITOR, DOCUMENTATION, ELEMENT, FACET, GROUP, IDENTITY_FIELD, IDENTITY_SELECTOR, KEY, KEYREF, LIST, REDEFINE, SCHEMA, SIMPLE_CONTENT, SIMPLE_TYPE, UNION, UNIQUE, UNKNOWN, WILDCARD_ATTRIBUTE, WILDCARD_ELEMENT |
| Constructor Summary | |
AllCompositor()
|
|
| Method Summary | |
protected boolean |
checkElements(java.util.HashMap map,
Schema schema)
Check that the elements defined as particles in this compositor are consistent (overrides method on parent class Compositor) |
boolean |
fixup(Schema schema)
Check references from this component to other components |
boolean |
isEmptiable()
Determine if empty content is allowed |
| Methods inherited from class com.saxonica.schema.Compositor |
addParticle, compile, containsAll, getId, getLocalElementDeclaration, getStructureType, isEmpty, isVoidValidationContext, iterateParticles, lookForCycles, setId, validate |
| Methods inherited from class com.saxonica.schema.AbstractParticle |
getMaxOccurs, getMinOccurs, getTerm, setMaxOccurs, setMinOccurs |
| Methods inherited from class com.saxonica.schema.SchemaElement |
getColumnNumber, getLineNumber, getPublicId, getSystemId, setLocator |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AllCompositor()
| Method Detail |
public boolean fixup(Schema schema)
fixup in interface SchemaComponentfixup in class Compositorschema - The schema is used for reporting errors
public boolean isEmptiable()
protected boolean checkElements(java.util.HashMap map,
Schema schema)
throws SchemaException
checkElements in class CompositorSchemaException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||