com.wutka.dtd
Class DTDExternalID

java.lang.Object
  extended by com.wutka.dtd.DTDExternalID
All Implemented Interfaces:
DTDOutput
Direct Known Subclasses:
DTDPublic, DTDSystem

public abstract class DTDExternalID
extends java.lang.Object
implements DTDOutput

Represents an external ID in an entity declaration

Version:
$Revision: 1.16 $ $Date: 2002/07/19 01:20:11 $ by $Author: wutka $
Author:
Mark Wutka

Field Summary
 java.lang.String system
           
 
Constructor Summary
DTDExternalID()
           
 
Method Summary
 boolean equals(java.lang.Object ob)
           
 java.lang.String getSystem()
          Retrieves the system ID
 void setSystem(java.lang.String aSystem)
          Sets the system ID
abstract  void write(java.io.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 java.lang.String system
Constructor Detail

DTDExternalID

public DTDExternalID()
Method Detail

write

public abstract void write(java.io.PrintWriter out)
                    throws java.io.IOException
Writes out a declaration for this external ID

Specified by:
write in interface DTDOutput
Throws:
java.io.IOException

equals

public boolean equals(java.lang.Object ob)
Overrides:
equals in class java.lang.Object

setSystem

public void setSystem(java.lang.String aSystem)
Sets the system ID


getSystem

public java.lang.String getSystem()
Retrieves the system ID



Copyright (c) 2001 Mark Wutka.