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
-
members
- The members of the group.
-
Group()
- Construct a new Group.
members
public Vector members
- The members of the group. Must contain Particles (either Groups
or References).
Group
public Group()
- Construct a new Group.
All Packages Class Hierarchy This Package Previous Next Index