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.16 $ $Date: 2002/07/19 01:20:11 $ by $Author: wutka $
- Author:
- Mark Wutka
system
public String system
DTDExternalID
public DTDExternalID()
write
public abstract void write(PrintWriter out)
throws IOException
- Writes out a declaration for this external ID
- Specified by:
write
in interface DTDOutput
- Throws:
IOException
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
Copyright (c) 2001 Mark Wutka.