com.wutka.dtd
Class DTDNotation
java.lang.Object
|
+--com.wutka.dtd.DTDNotation
- All Implemented Interfaces:
- DTDOutput
- public class DTDNotation
- extends Object
- implements DTDOutput
Represents a Notation defined in a DTD
- Version:
- $Revision: 1.12 $ $Date: 2000/09/01 13:21:05 $ by $Author: wutka $
- Author:
- Mark Wutka
name
public String name
externalID
public DTDExternalID externalID
DTDNotation
public DTDNotation()
DTDNotation
public DTDNotation(String aName)
write
public void write(PrintWriter out)
throws IOException
- Writes out a declaration for this notation
- Specified by:
write
in interface DTDOutput
equals
public boolean equals(Object ob)
- Overrides:
equals
in class Object
setName
public void setName(String aName)
- Sets the notation name
getName
public String getName()
- Retrieves the notation name
setExternalID
public void setExternalID(DTDExternalID theExternalID)
- Sets the external ID
getExternalID
public DTDExternalID getExternalID()
- Retrieves the external ID