Package org.dlese.dpc.xml.schema.compositor


package org.dlese.dpc.xml.schema.compositor
  • Classes
    Class
    Description
    Class representing the All compositor.
    CompositorGuard for the All Compositor class.
    Class representing the Choice compositor.
    CompositorGuard for the Choice compositor.
    Compositor class specifies methods for accessing and validating the "members" of a Compositor Element (i.e., All, Sequence and Choice), as well as the acceptsNewMember method.
    The CompositorGuard classes is responsible for enforcing the min and max occurrance schema constraints defined for a Compositor (e.g., All, Choice, or Sequence).
    Represents a *Member* of the Compositor (e.g., All, Sequence, or Choice) specified in ComplexType definition.
    InlineCompositor class specifies methods for accessing and validating the "members" of a InlineCompositor Element (i.e., All, Sequence and Choice), as well as the acceptsNewMember method.
    Description of the Interface
    Implementation of CompositorGuard for Sequence Compositors