Home
last modified time | relevance | path

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

/third_party/python/Lib/xml/dom/
Dminidom.py1719 def createAttributeNS(self, namespaceURI, qualifiedName): member in Document
/third_party/typescript/tests/lib/
Dlib.d.ts6143 createAttributeNS(namespaceURI: string, qualifiedName: string): Attr; method
/third_party/typescript/lib/
Dlib.dom.d.ts4677 createAttributeNS(namespace: string | null, qualifiedName: string): Attr; method
/third_party/typescript/src/lib/
Ddom.generated.d.ts4657 createAttributeNS(namespace: string | null, qualifiedName: string): Attr; method