Home
last modified time | relevance | path

Searched defs:createDocumentType (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/xml/dom/
Dminidom.py1478 def createDocumentType(self, qualifiedName, publicId, systemId): member in DOMImplementation
/third_party/typescript/tests/lib/
Dlib.d.ts5480 createDocumentType(qualifiedName: string, publicId: string, systemId: string): DocumentType; method
/third_party/typescript/src/lib/
Ddom.generated.d.ts3961 createDocumentType(qualifiedName: string, publicId: string, systemId: string): DocumentType; method
/third_party/typescript/lib/
Dlib.dom.d.ts3981 createDocumentType(qualifiedName: string, publicId: string, systemId: string): DocumentType; method