Returns the system identifier of this InputSource.
(self)
| 220 | self.__system_id = system_id |
| 221 | |
| 222 | def getSystemId(self): |
| 223 | "Returns the system identifier of this InputSource." |
| 224 | return self.__system_id |
| 225 | |
| 226 | def setEncoding(self, encoding): |
| 227 | """Sets the character encoding of this InputSource. |
no outgoing calls
no test coverage detected