(self, feature)
| 1495 | # DOM Level 3 (WD 9 April 2002) |
| 1496 | |
| 1497 | def getInterface(self, feature): |
| 1498 | if self.hasFeature(feature, None): |
| 1499 | return self |
| 1500 | else: |
| 1501 | return None |
| 1502 | |
| 1503 | # internal |
| 1504 | def _create_document(self): |
nothing calls this directly
no test coverage detected