Home
last modified time | relevance | path

Searched defs:namespaceURI (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Lib/xml/dom/
Dminidom.py35 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 …]
Dexpatbuilder.py84 def getAttributeTypeNS(self, namespaceURI, localName): argument
/third_party/parse5/packages/parse5/docs/tree-adapter/default/
Delement.md37 ### namespaceURI subsection
/third_party/cef/libcef/browser/
Dxml_reader_impl.cc356 const CefString& namespaceURI) { in GetAttribute()
408 const CefString& namespaceURI) { in MoveToAttribute()
/third_party/cef/libcef_dll/cpptoc/
Dxml_reader_cpptoc.cc379 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/
Dxml_reader_ctocpp.cc387 const CefString& namespaceURI) { in GetAttribute()
513 const CefString& namespaceURI) { in MoveToAttribute()
/third_party/libxml2/
Dxmlwriter.c1055 const xmlChar * namespaceURI) in xmlTextWriterStartElementNS()
1830 const xmlChar * namespaceURI) in xmlTextWriterStartAttributeNS()
2065 const xmlChar * namespaceURI, in xmlTextWriterWriteFormatAttributeNS()
2097 const xmlChar * namespaceURI, in xmlTextWriterWriteVFormatAttributeNS()
2132 const xmlChar * namespaceURI, in xmlTextWriterWriteAttributeNS()
2270 const xmlChar * namespaceURI, in xmlTextWriterWriteFormatElementNS()
2302 const xmlChar * namespaceURI, in xmlTextWriterWriteVFormatElementNS()
2337 const xmlChar * namespaceURI, in xmlTextWriterWriteElementNS()
4320 xmlChar *namespaceURI = NULL; in xmlTextWriterOutputNSDecl() local
Dxmlreader.c2531 const xmlChar *namespaceURI) { in xmlTextReaderGetAttributeNs()
2808 const xmlChar *localName, const xmlChar *namespaceURI) { in xmlTextReaderMoveToAttributeNs()
Dtestapi.c31372 xmlChar * namespaceURI; /* the namespace URI of the attribute. */ in test_xmlTextReaderGetAttributeNs() local
32058 xmlChar * namespaceURI; /* the namespace URI of the attribute. */ in test_xmlTextReaderMoveToAttributeNs() local
44146 xmlChar * namespaceURI; /* namespace URI or NULL */ in test_xmlTextWriterStartAttributeNS() local
44550 xmlChar * namespaceURI; /* namespace URI or NULL */ in test_xmlTextWriterStartElementNS() local
44694 xmlChar * namespaceURI; /* namespace URI */ in test_xmlTextWriterWriteAttributeNS() local
45476 xmlChar * namespaceURI; /* namespace URI */ in test_xmlTextWriterWriteElementNS() local
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlwriter.c1082 const xmlChar * namespaceURI) in xmlTextWriterStartElementNS()
1857 const xmlChar * namespaceURI) in xmlTextWriterStartAttributeNS()
2092 const xmlChar * namespaceURI, in xmlTextWriterWriteFormatAttributeNS()
2124 const xmlChar * namespaceURI, in xmlTextWriterWriteVFormatAttributeNS()
2159 const xmlChar * namespaceURI, in xmlTextWriterWriteAttributeNS()
2297 const xmlChar * namespaceURI, in xmlTextWriterWriteFormatElementNS()
2329 const xmlChar * namespaceURI, in xmlTextWriterWriteVFormatElementNS()
2364 const xmlChar * namespaceURI, in xmlTextWriterWriteElementNS()
4347 xmlChar *namespaceURI = NULL; in xmlTextWriterOutputNSDecl() local
Dxmlreader.c2491 const xmlChar *namespaceURI) { in xmlTextReaderGetAttributeNs()
2768 const xmlChar *localName, const xmlChar *namespaceURI) { in xmlTextReaderMoveToAttributeNs()
/third_party/parse5/packages/parse5/lib/tree-adapters/
Ddefault.js21 exports.createElement = function(tagName, namespaceURI, attrs) { argument
/third_party/mingw-w64/mingw-w64-headers/include/
Dmsxml2.h1087 #define IXMLDOMNode_get_namespaceURI(This,namespaceURI) (This)->lpVtbl->get_namespaceURI(This,names… argument
1264 #define IXMLDOMDocumentFragment_get_namespaceURI(This,namespaceURI) (This)->lpVtbl->get_namespaceUR… argument
1436 #define IXMLDOMDocument_get_namespaceURI(This,namespaceURI) (This)->lpVtbl->get_namespaceURI(This,n… argument
1453 #define IXMLDOMDocument_createNode(This,Type,name,namespaceURI,node) (This)->lpVtbl->createNode(Thi… argument
1686 #define IXMLDOMDocument2_get_namespaceURI(This,namespaceURI) (This)->lpVtbl->get_namespaceURI(This,… argument
1703 #define IXMLDOMDocument2_createNode(This,Type,name,namespaceURI,node) (This)->lpVtbl->createNode(Th… argument
1859 #define IXMLDOMNamedNodeMap_getQualifiedItem(This,baseName,namespaceURI,qualifiedItem) (This)->lpVt… argument
1860 #define IXMLDOMNamedNodeMap_removeQualifiedItem(This,baseName,namespaceURI,qualifiedItem) (This)->l… argument
2002 #define IXMLDOMCharacterData_get_namespaceURI(This,namespaceURI) (This)->lpVtbl->get_namespaceURI(T… argument
2138 #define IXMLDOMAttribute_get_namespaceURI(This,namespaceURI) (This)->lpVtbl->get_namespaceURI(This,… argument
[all …]
Dmsxml.h428 #define IXMLDOMNode_get_namespaceURI(This,namespaceURI) (This)->lpVtbl->get_namespaceURI(This,names… argument
605 #define IXMLDOMDocumentFragment_get_namespaceURI(This,namespaceURI) (This)->lpVtbl->get_namespaceUR… argument
777 #define IXMLDOMDocument_get_namespaceURI(This,namespaceURI) (This)->lpVtbl->get_namespaceURI(This,n… argument
794 #define IXMLDOMDocument_createNode(This,Type,name,namespaceURI,node) (This)->lpVtbl->createNode(Thi… argument
998 #define IXMLDOMNamedNodeMap_getQualifiedItem(This,baseName,namespaceURI,qualifiedItem) (This)->lpVt… argument
999 #define IXMLDOMNamedNodeMap_removeQualifiedItem(This,baseName,namespaceURI,qualifiedItem) (This)->l… argument
1141 #define IXMLDOMCharacterData_get_namespaceURI(This,namespaceURI) (This)->lpVtbl->get_namespaceURI(T… argument
1277 #define IXMLDOMAttribute_get_namespaceURI(This,namespaceURI) (This)->lpVtbl->get_namespaceURI(This,… argument
1410 #define IXMLDOMElement_get_namespaceURI(This,namespaceURI) (This)->lpVtbl->get_namespaceURI(This,na… argument
1553 #define IXMLDOMText_get_namespaceURI(This,namespaceURI) (This)->lpVtbl->get_namespaceURI(This,names… argument
[all …]
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/lib/
Dindex.js86 exports.createElement = function(tagName, namespaceURI, attrs) { argument
/third_party/parse5/packages/parse5/lib/parser/
Dindex.js560 _appendElement(token, namespaceURI) { argument
566 _insertElement(token, namespaceURI) { argument
/third_party/typescript/lib/
Dlib.dom.d.ts2262 readonly namespaceURI: string | null; property
2762 readonly namespaceURI: string; property
5185 readonly namespaceURI: string | null; property
10866 readonly namespaceURI: string | null; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts2242 readonly namespaceURI: string | null; property
2742 readonly namespaceURI: string; property
5165 readonly namespaceURI: string | null; property
10846 readonly namespaceURI: string | null; property
/third_party/typescript/tests/lib/
Dlib.d.ts4648 namespaceURI: string; property
11957 namespaceURI: string; property