Searched defs:namespaceURI (Results 1 – 9 of 9) 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/cef/libcef/browser/ |
| D | xml_reader_impl.cc | 356 const CefString& namespaceURI) { in GetAttribute() 408 const CefString& namespaceURI) { in MoveToAttribute()
|
| /third_party/cef/libcef_dll/cpptoc/ |
| D | xml_reader_cpptoc.cc | 379 const cef_string_t* namespaceURI) { in xml_reader_get_attribute_bylname() 502 const cef_string_t* namespaceURI) { in xml_reader_move_to_attribute_bylname()
|
| /third_party/cef/libcef_dll/ctocpp/ |
| D | xml_reader_ctocpp.cc | 387 const CefString& namespaceURI) { in GetAttribute() 513 const CefString& namespaceURI) { in MoveToAttribute()
|
| /third_party/parse5/packages/parse5/lib/tree-adapters/ |
| D | default.ts | 44 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
|