com.wutka.dtd
Class DTDName
- DTDOutput
Represents a named item in the DTD
$Revision: 1.16 $ $Date: 2002/07/19 01:20:11 $ by $Author: wutka $
boolean | equals(Object ob)
|
String | getValue() - Retrieves the name value
|
void | setValue(String aValue) - Sets the name value
|
void | write(PrintWriter out) - Writes out the value of this name
|
DTDName
public DTDName(String aValue)
equals
public boolean equals(Object ob)
- equals in interface DTDItem
getValue
public String getValue()
Retrieves the name value
setValue
public void setValue(String aValue)
Sets the name value
write
public void write(PrintWriter out)
throws IOException
Writes out the value of this name
- write in interface DTDOutput
- write in interface DTDItem
Copyright (c) 2001 Mark Wutka.