com.wutka.dtd
Class DTDAny

java.lang.Object
  extended by com.wutka.dtd.DTDItem
      extended by 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.16 $ $Date: 2002/07/19 01:20:11 $ by $Author: wutka $
Author:
Mark Wutka

Field Summary
 
Fields inherited from class com.wutka.dtd.DTDItem
cardinal
 
Constructor Summary
DTDAny()
           
 
Method Summary
 boolean equals(java.lang.Object ob)
           
 void write(java.io.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(java.io.PrintWriter out)
           throws java.io.IOException
Writes "ANY" to a print writer

Specified by:
write in interface DTDOutput
Specified by:
write in class DTDItem
Throws:
java.io.IOException

equals

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


Copyright (c) 2001 Mark Wutka.