Class AllGuard

java.lang.Object
org.dlese.dpc.xml.schema.compositor.CompositorGuard
org.dlese.dpc.xml.schema.compositor.AllGuard

public class AllGuard extends CompositorGuard
CompositorGuard for the All Compositor class.
Author:
ostwald
  • Constructor Details

    • AllGuard

      public AllGuard(Compositor compositor, org.dom4j.Element instanceElement)
      Constructor for the AllGuard object
      Parameters:
      compositor - NOT YET DOCUMENTED
      instanceElement - NOT YET DOCUMENTED
    • AllGuard

      public AllGuard(Compositor compositor, List instanceList)
  • Method Details

    • getOccurrences

      protected List getOccurrences() throws Exception
      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:
      getOccurrences in class CompositorGuard
      Returns:
      The occurrences value
      Throws:
      Exception - NOT YET DOCUMENTED