com.wutka.dtd
Class DTDAny

java.lang.Object
  |
  +--com.wutka.dtd.DTDItem
        |
        +--com.wutka.dtd.DTDAny
All Implemented Interfaces:
DTDOutput

public class DTDAny
extends DTDItem

Represents the ANY keyword in an Element's content spec

Version:
$Revision: 1.12 $ $Date: 2000/09/01 13:21:05 $ by $Author: wutka $
Author:
Mark Wutka

Fields inherited from class com.wutka.dtd.DTDItem
cardinal
 
Constructor Summary
DTDAny()
           
 
Method Summary
 boolean equals(Object ob)
           
 void write(PrintWriter out)
          Writes "ANY" to a print writer
 
Methods inherited from class com.wutka.dtd.DTDItem
getCardinal, setCardinal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTDAny

public DTDAny()
Method Detail

write

public void write(PrintWriter out)
           throws IOException
Writes "ANY" to a print writer
Overrides:
write in class DTDItem

equals

public boolean equals(Object ob)
Overrides:
equals in class DTDItem