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