|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wutka.dtd.DTDItem
com.wutka.dtd.DTDAny
public class DTDAny
Represents the ANY keyword in an Element's content spec
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 |
---|
public DTDAny()
Method Detail |
---|
public void write(java.io.PrintWriter out) throws java.io.IOException
write
in interface DTDOutput
write
in class DTDItem
java.io.IOException
public boolean equals(java.lang.Object ob)
equals
in class DTDItem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |