All Packages Class Hierarchy This Package Previous Next Index
Class org.xmlmiddleware.schemas.dtds.Reference
java.lang.Object
|
+----org.xmlmiddleware.schemas.dtds.Particle
|
+----org.xmlmiddleware.schemas.dtds.Reference
- public class Reference
- extends Particle
Class representing a reference to an ElementType.
Reference is used in the members of a Group.
- Version:
- 2.0
- Author:
- Ronald Bourret
-
elementType
- The referred-to element type.
-
Reference()
- Construct a new Reference.
-
Reference(ElementType)
- Construct a new Reference and set the element type.
elementType
public ElementType elementType
- The referred-to element type.
Reference
public Reference()
- Construct a new Reference.
Reference
public Reference(ElementType elementType)
- Construct a new Reference and set the element type.
- Parameters:
- elementType - The referenced element type.
All Packages Class Hierarchy This Package Previous Next Index