Searched refs:setAttributeNS (Results 1 - 25 of 41) sorted by relevance

12

/external/webkit/LayoutTests/dom/html/level2/core/
H A DsetAttributeNS10.js78 Element.setAttributeNS with an empty qualified name should cause an INVALID_CHARACTER_ERR.
105 testAddr.setAttributeNS(namespaceURI,"","newValue");
/external/webkit/LayoutTests/dom/xhtml/level2/core/
H A DsetAttributeNS10.js78 Element.setAttributeNS with an empty qualified name should cause an INVALID_CHARACTER_ERR.
105 testAddr.setAttributeNS(namespaceURI,"","newValue");
H A Dselfxhtml.js396 clone.setAttributeNS(srcAttr.namespaceURI, srcAttr.nodeName, srcAttr.nodeValue);
466 clone.documentElement.setAttributeNS(
571 newTable.setAttributeNS(null, "style", style);
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dattrisid02.js106 acronymElem.setAttributeNS(xmlNS,"xml:lang","FR-fr");
H A Dattrisid03.js104 acronymElem.setAttributeNS(xmlNS,"xml:lang","FR-fr");
H A Dattrisid07.js112 acronymElem.setAttributeNS("http://www.w3.org/DOM","dom3:newAttr","null");
H A Dnodecomparedocumentposition40.js104 elem.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang","FR-fr");
H A Dnodegettextcontent07.js101 elem.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang","en-US");
H A Ddocumentadoptnode26.js117 newElem.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang","en-US");
H A Ddocumentadoptnode27.js118 newElem.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang","en-US");
H A Delementsetidattributenode04.js106 nameElem.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:middle","http://www.example.com/middle");
H A Delementsetidattributens03.js105 employeeIdElem.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:newAttr","newValue");
H A Delementsetidattributens04.js110 strongElem.setAttributeNS("http://www.netzero.com","dmstc:newAttr","newValue");
H A Delementsetidattributens05.js110 acronymElem.setAttributeNS("*","title","newValue");
H A Delementsetidattributens12.js114 acronymElem1.setAttributeNS("http://www.w3.org/2001/XMLSchema-instance","xsi:noNamespaceSchemaLocation","No");
H A Delementsetidattributens13.js106 nameElem.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:newAttr","newValue");
H A Dwellformed04.js132 docElem.setAttributeNS(nullNS,"LegalNameą¢ˇ","foo");
H A Dselfxhtml.js396 clone.setAttributeNS(srcAttr.namespaceURI, srcAttr.nodeName, srcAttr.nodeValue);
466 clone.documentElement.setAttributeNS(
571 newTable.setAttributeNS(null, "style", style);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMBuilder.java365 elem.setAttributeNS(attrNS,attrQName, atts.getValue(i));
385 elem.setAttributeNS("http://www.w3.org/2000/xmlns/", prefix, declURL);
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dselfxhtml.js396 clone.setAttributeNS(srcAttr.namespaceURI, srcAttr.nodeName, srcAttr.nodeValue);
466 clone.documentElement.setAttributeNS(
571 newTable.setAttributeNS(null, "style", style);
/external/webkit/LayoutTests/dom/xhtml/level2/events/
H A Dselfxhtml.js396 clone.setAttributeNS(srcAttr.namespaceURI, srcAttr.nodeName, srcAttr.nodeValue);
466 clone.documentElement.setAttributeNS(
571 newTable.setAttributeNS(null, "style", style);
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A Dselfxhtml.js396 clone.setAttributeNS(srcAttr.namespaceURI, srcAttr.nodeName, srcAttr.nodeValue);
466 clone.documentElement.setAttributeNS(
571 newTable.setAttributeNS(null, "style", style);
/external/webkit/Source/WebKit/win/
H A DDOMHTMLClasses.h614 virtual HRESULT STDMETHODCALLTYPE setAttributeNS( function in class:DOMHTMLElement
617 /* [in] */ BSTR value) { return DOMElement::setAttributeNS(namespaceURI, qualifiedName, value); }
873 virtual HRESULT STDMETHODCALLTYPE setAttributeNS( function in class:DOMHTMLFormElement
876 /* [in] */ BSTR value) { return DOMHTMLElement::setAttributeNS(namespaceURI, qualifiedName, value); }
1178 virtual HRESULT STDMETHODCALLTYPE setAttributeNS( function in class:DOMHTMLSelectElement
1181 /* [in] */ BSTR value) { return DOMHTMLElement::setAttributeNS(namespaceURI, qualifiedName, value); }
1502 virtual HRESULT STDMETHODCALLTYPE setAttributeNS( function in class:DOMHTMLOptionElement
1505 /* [in] */ BSTR value) { return DOMHTMLElement::setAttributeNS(namespaceURI, qualifiedName, value); }
1800 virtual HRESULT STDMETHODCALLTYPE setAttributeNS( function in class:DOMHTMLInputElement
1803 /* [in] */ BSTR value) { return DOMHTMLElement::setAttributeNS(namespaceUR
2210 virtual HRESULT STDMETHODCALLTYPE setAttributeNS( function in class:DOMHTMLTextAreaElement
2535 virtual HRESULT STDMETHODCALLTYPE setAttributeNS( function in class:DOMHTMLIFrameElement
[all...]
/external/webkit/Source/WebCore/dom/
H A DElement.idl50 [OldStyleObjC] void setAttributeNS(in [ConvertNullToNullString] DOMString namespaceURI,
H A DXMLDocumentParserQt.cpp349 newElement->setAttributeNS("http://www.w3.org/2000/xmlns/", namespaceQName, namespaceURI, ec, scriptingPermission);
364 newElement->setAttributeNS(attrURI, attrQName, attrValue, ec, scriptingPermission);

Completed in 363 milliseconds

12