Class AllGuard
java.lang.Object
org.dlese.dpc.xml.schema.compositor.CompositorGuard
org.dlese.dpc.xml.schema.compositor.AllGuard
CompositorGuard for the All Compositor class.
- Author:
- ostwald
-
Field Summary
Fields inherited from class org.dlese.dpc.xml.schema.compositor.CompositorGuard
instanceMembers -
Constructor Summary
ConstructorsConstructorDescriptionAllGuard(Compositor compositor, List instanceList) AllGuard(Compositor compositor, org.dom4j.Element instanceElement) Constructor for the AllGuard object -
Method Summary
Modifier and TypeMethodDescriptionprotected ListReturns a list of occurrence instances that can be used to determine whether an instance document element satisfies the occurrence constraints of the schema.Methods inherited from class org.dlese.dpc.xml.schema.compositor.CompositorGuard
acceptsNewMember, acceptsNewMember, checkValid, findOccurence, findOccurrence, getCompositor, getInstance, getOccurrencesCount, getOccurrencesCount, getSubOccurrenceCount, printInstanceMembers, printOccurrences, resolveLeafNameToCM, resolveLeafNameToCMName, toString
-
Constructor Details
-
AllGuard
Constructor for the AllGuard object- Parameters:
compositor- NOT YET DOCUMENTEDinstanceElement- NOT YET DOCUMENTED
-
AllGuard
-
-
Method Details
-
getOccurrences
Returns a list of occurrence instances that can be used to determine whether an instance document element satisfies the occurrence constraints of the schema.- Specified by:
getOccurrencesin classCompositorGuard- Returns:
- The occurrences value
- Throws:
Exception- NOT YET DOCUMENTED
-