Resolve the system identifier of an entity and return either the system identifier to read from as a string, or an InputSource to read from.
(self, publicId, systemId)
| 228 | this interface with the default behaviour.""" |
| 229 | |
| 230 | def resolveEntity(self, publicId, systemId): |
| 231 | """Resolve the system identifier of an entity and return either |
| 232 | the system identifier to read from as a string, or an InputSource |
| 233 | to read from.""" |
| 234 | return systemId |
| 235 | |
| 236 | |
| 237 | #============================================================================ |