com.wutka.dtd
Class DTDExternalID
- DTDOutput
public abstract class DTDExternalID
Represents an external ID in an entity declaration
$Revision: 1.16 $ $Date: 2002/07/19 01:20:11 $ by $Author: wutka $
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
|
system
public String system
DTDExternalID
public DTDExternalID()
equals
public boolean equals(Object ob)
getSystem
public String getSystem()
Retrieves the system ID
setSystem
public void setSystem(String aSystem)
Sets the system ID
write
public abstract void write(PrintWriter out)
throws IOException
Writes out a declaration for this external ID
- write in interface DTDOutput
Copyright (c) 2001 Mark Wutka.