(self)
| 68 | return parser._source.getPublicId() |
| 69 | |
| 70 | def getSystemId(self): |
| 71 | parser = self._ref |
| 72 | if parser is None: |
| 73 | return None |
| 74 | return parser._source.getSystemId() |
| 75 | |
| 76 | |
| 77 | # --- ExpatParser |
nothing calls this directly
no test coverage detected