All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.tudarmstadt.ito.schemas.dtd.Group

java.lang.Object
   |
   +----de.tudarmstadt.ito.schemas.dtd.Particle
           |
           +----de.tudarmstadt.ito.schemas.dtd.Group

public class Group
extends Particle
A content particle that is either a choice group or a sequence group.

Version:
1.01
Author:
Ronald Bourret, Technical University of Darmstadt

Variable Index

 o members
The members of the group.

Constructor Index

 o Group()
Construct a new Group.

Variables

 o members
 public Vector members
The members of the group. Must contain Particles (either Groups or References).

Constructors

 o Group
 public Group()
Construct a new Group.


All Packages  Class Hierarchy  This Package  Previous  Next  Index