com.wutka.dtd
Class DTDPublic
- DTDOutput
Represents an external Public ID in an entity declaration
$Revision: 1.16 $ $Date: 2002/07/19 01:20:11 $ by $Author: wutka $
boolean | equals(Object ob)
|
String | getPub() - Retrieves the public identifier
|
void | setPub(String aPub) - Sets the public identifier
|
void | write(PrintWriter out) - Writes out a public external ID declaration
|
DTDPublic
public DTDPublic()
getPub
public String getPub()
Retrieves the public identifier
setPub
public void setPub(String aPub)
Sets the public identifier
write
public void write(PrintWriter out)
throws IOException
Writes out a public external ID declaration
- write in interface DTDOutput
- write in interface DTDExternalID
Copyright (c) 2001 Mark Wutka.