Lines Matching defs:implementation
1 """Simple implementation of the Level 1 DOM.
210 return self.ownerDocument.implementation.hasFeature(feature, version)
422 # This implementation does not call the base implementation
1475 doc.implementation = self
1499 This implementation is not expected to be used in practice; DOM
1552 implementation = DOMImplementation()
1655 clone = self.implementation.createDocument(None, None, None)
1728 # A couple of implementation-specific helpers to create node types
1807 return self.implementation.hasFeature(feature, version)
1935 clone = newOwnerDocument.implementation.createDocumentType(
1959 # implementation specific. minidom handles those cases
2011 if not Document.implementation.hasFeature(f, v):
2013 return Document.implementation