com.wutka.dtd
Class DTDPublic
java.lang.Object
|
+--com.wutka.dtd.DTDExternalID
|
+--com.wutka.dtd.DTDPublic
- All Implemented Interfaces:
- DTDOutput
- public class DTDPublic
- extends DTDExternalID
Represents an external Public ID in an entity declaration
- Version:
- $Revision: 1.12 $ $Date: 2000/09/01 13:21:05 $ by $Author: wutka $
- Author:
- Mark Wutka
pub
public String pub
DTDPublic
public DTDPublic()
write
public void write(PrintWriter out)
throws IOException
- Writes out a public external ID declaration
- Overrides:
write
in class DTDExternalID
equals
public boolean equals(Object ob)
- Overrides:
equals
in class DTDExternalID
setPub
public void setPub(String aPub)
- Sets the public identifier
getPub
public String getPub()
- Retrieves the public identifier