com.wutka.dtd
Class DTDItem
- DTDOutput
public abstract class DTDItem
Represents any item in the DTD
$Revision: 1.16 $ $Date: 2002/07/19 01:20:11 $ by $Author: wutka $
cardinal
public DTDCardinal cardinal
Indicates how often the item may occur
equals
public boolean equals(Object ob)
getCardinal
public DTDCardinal getCardinal()
Retrieves the cardinality of the item
setCardinal
public void setCardinal(DTDCardinal aCardinal)
Sets the cardinality of the item
write
public abstract void write(PrintWriter out)
throws IOException
Writes out a declaration for this item
- write in interface DTDOutput
Copyright (c) 2001 Mark Wutka.