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