com.wutka.dtd
Class DTDExternalID

java.lang.Object
  |
  +--com.wutka.dtd.DTDExternalID
All Implemented Interfaces:
DTDOutput
Direct Known Subclasses:
DTDPublic, DTDSystem

public abstract class DTDExternalID
extends Object
implements DTDOutput

Represents an external ID in an entity declaration

Version:
$Revision: 1.12 $ $Date: 2000/09/01 13:21:05 $ by $Author: wutka $
Author:
Mark Wutka

Field Summary
 String system
           
 
Constructor Summary
DTDExternalID()
           
 
Method Summary
 boolean equals(Object ob)
           
 String getSystem()
          Retrieves the system ID
 void setSystem(String aSystem)
          Sets the system ID
abstract  void write(PrintWriter out)
          Writes out a declaration for this external ID
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

system

public String system
Constructor Detail

DTDExternalID

public DTDExternalID()
Method Detail

write

public abstract void write(PrintWriter out)
                    throws IOException
Writes out a declaration for this external ID
Specified by:
write in interface DTDOutput

equals

public boolean equals(Object ob)
Overrides:
equals in class Object

setSystem

public void setSystem(String aSystem)
Sets the system ID

getSystem

public String getSystem()
Retrieves the system ID