Searched refs:removeAttributeNS (Results 1 – 4 of 4) sorted by relevance
143 … virtual void SAL_CALL removeAttributeNS(const OUString& namespaceURI, const OUString& localName)
446 void SAL_CALL CElement::removeAttributeNS( in removeAttributeNS() function in DOM::CElement
110 void removeAttributeNS([in] string namespaceURI,[in] string localName) raises (DOMException);
842 xElemFoo.removeAttributeNS(ns, "foo"); in testXElement()931 xElemFooNs.removeAttributeNS(ns, "foo"); in testXElement()2944 public void removeAttributeNS(String n, String l) throws DOMException { in removeAttributeNS() method in DOMTest.MockElement
Completed in 49 milliseconds