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.16 $ $Date: 2002/07/19 01:20:11 $ 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
- Specified by:
write
in interface DTDOutput
- Specified by:
write
in class DTDExternalID
- Throws:
IOException
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
Copyright (c) 2001 Mark Wutka.