Lines Matching refs:DOMImplementation
47 limited improvements: There is a :class:`DOMImplementation` object class which
89 should return an object which implements the :class:`DOMImplementation`
99 the corresponding module and returns a :class:`DOMImplementation` object if the
107 :class:`DOMImplementation` objects.
164 | :class:`DOMImplementation` | :ref:`dom-implementation-objects` | Interface to the underlying …
202 DOMImplementation Objects
205 The :class:`DOMImplementation` interface provides a way for applications to
208 :class:`DocumentType` objects using the :class:`DOMImplementation` as well.
211 .. method:: DOMImplementation.hasFeature(feature, version)
217 .. method:: DOMImplementation.createDocument(namespaceUri, qualifiedName, doctype)
227 .. method:: DOMImplementation.createDocumentType(qualifiedName, publicId, systemId)