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

Variable Index

 o elementType
The referred-to element type.

Constructor Index

 o Reference()
Construct a new Reference.
 o Reference(ElementType)
Construct a new Reference and set the element type.

Variables

 o elementType
 public ElementType elementType
The referred-to element type.

Constructors

 o Reference
 public Reference()
Construct a new Reference.

 o 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