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