All Packages Class Hierarchy This Package Previous Next Index
Class org.xmlmiddleware.schemas.dtds.Group
java.lang.Object
|
+----org.xmlmiddleware.schemas.dtds.Particle
|
+----org.xmlmiddleware.schemas.dtds.Group
- public class Group
- extends Particle
A content particle that is either a choice group or a sequence group.
- Version:
- 2.0
- Author:
- Ronald Bourret
-
members
- A Vector containing the members of the group.
-
Group()
- Construct a new Group.
members
public Vector members
- A Vector containing the members of the group.
This contains Particles (either Groups or References).
Group
public Group()
- Construct a new Group.
All Packages Class Hierarchy This Package Previous Next Index