Lines Matching defs:implementation
1 """Simple implementation of the Level 1 DOM.
208 return self.ownerDocument.implementation.hasFeature(feature, version)
406 # This implementation does not call the base implementation
1406 doc.implementation = self
1430 This implementation is not expected to be used in practice; DOM
1489 implementation = DOMImplementation()
1584 clone = self.implementation.createDocument(None, None, None)
1657 # A couple of implementation-specific helpers to create node types
1736 return self.implementation.hasFeature(feature, version)
1861 clone = newOwnerDocument.implementation.createDocumentType(
1885 # implementation specific. minidom handles those cases
1942 if not Document.implementation.hasFeature(f, v):
1944 return Document.implementation