Searched defs:namespaceURI (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/xml/dom/ |
D | minidom.py | 35 namespaceURI = None # this is non-null only for elements and attributes variable in Node 355 def __init__(self, qName, namespaceURI=EMPTY_NAMESPACE, localName=None, argument 577 def getNamedItemNS(self, namespaceURI, localName): argument 595 def removeNamedItemNS(self, namespaceURI, localName): argument 679 def __init__(self, tagName, namespaceURI=EMPTY_NAMESPACE, prefix=None, argument 737 def getAttributeNS(self, namespaceURI, localName): argument 757 def setAttributeNS(self, namespaceURI, qualifiedName, value): argument 779 def getAttributeNodeNS(self, namespaceURI, localName): argument 814 def removeAttributeNS(self, namespaceURI, localName): argument 849 def hasAttributeNS(self, namespaceURI, localName): argument [all …]
|
D | expatbuilder.py | 84 def getAttributeTypeNS(self, namespaceURI, localName): argument
|
/third_party/parse5/packages/parse5/lib/tree-adapters/ |
D | default.ts | 36 namespaceURI: NS; property
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 2202 readonly namespaceURI: string | null; property 2771 readonly namespaceURI: string; property 5006 readonly namespaceURI: string | null; property
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 2222 readonly namespaceURI: string | null; property 2791 readonly namespaceURI: string; property 5026 readonly namespaceURI: string | null; property
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 4648 namespaceURI: string; property 11957 namespaceURI: string; property
|