Sets the public identifier of this InputSource.
(self, public_id)
| 208 | self.__charfile = None |
| 209 | |
| 210 | def setPublicId(self, public_id): |
| 211 | "Sets the public identifier of this InputSource." |
| 212 | self.__public_id = public_id |
| 213 | |
| 214 | def getPublicId(self): |
| 215 | "Returns the public identifier of this InputSource." |