com.wutka.dtd
Class DTDComment
- DTDOutput
Represents a comment in the DTD
$Revision: 1.16 $ $Date: 2002/07/19 01:20:11 $ by $Author: wutka $ String | text - The comment text
|
text
public String text
The comment text
DTDComment
public DTDComment()
DTDComment
public DTDComment(String theText)
equals
public boolean equals(Object ob)
getText
public String getText()
Returns the comment text
setText
public void setText(String theText)
Sets the comment text
toString
public String toString()
write
public void write(PrintWriter out)
throws IOException
- write in interface DTDOutput
Copyright (c) 2001 Mark Wutka.