Home
last modified time | relevance | path

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

/third_party/python/Lib/xml/dom/
Dminidom.py814 def removeAttributeNS(self, namespaceURI, localName): member in Element
/third_party/typescript/tests/lib/
Dlib.d.ts7037 removeAttributeNS(namespaceURI: string, localName: string): void; method
/third_party/typescript/lib/
Dlib.dom.d.ts5275 removeAttributeNS(namespace: string | null, localName: string): void; method
/third_party/typescript/src/lib/
Ddom.generated.d.ts5255 removeAttributeNS(namespace: string | null, localName: string): void; method