com.wutka.dtd
Class DTDNotation
- DTDOutput
Represents a Notation defined in a DTD
$Revision: 1.16 $ $Date: 2002/07/19 01:20:11 $ by $Author: wutka $
DTDNotation
public DTDNotation()
DTDNotation
public DTDNotation(String aName)
equals
public boolean equals(Object ob)
getExternalID
public DTDExternalID getExternalID()
Retrieves the external ID
getName
public String getName()
Retrieves the notation name
setExternalID
public void setExternalID(DTDExternalID theExternalID)
Sets the external ID
setName
public void setName(String aName)
Sets the notation name
write
public void write(PrintWriter out)
throws IOException
Writes out a declaration for this notation
- write in interface DTDOutput
Copyright (c) 2001 Mark Wutka.