Home
last modified time | relevance | path

Searched refs:createDocumentType (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/xml/dom/
H A Dminidom.py1478 def createDocumentType(self, qualifiedName, publicId, systemId): member in DOMImplementation
1935 clone = newOwnerDocument.implementation.createDocumentType(
H A Dexpatbuilder.py242 doctype = self.document.implementation.createDocumentType(
/third_party/python/Lib/test/
H A Dtest_minidom.py33 doctype = getDOMImplementation().createDocumentType("doc", None, None)

Completed in 7 milliseconds