Home
last modified time | relevance | path

Searched refs:removeAttributeNS (Results 1 – 4 of 4) sorted by relevance

/trunk/main/unoxml/source/dom/
H A Delement.hxx143 … virtual void SAL_CALL removeAttributeNS(const OUString& namespaceURI, const OUString& localName)
H A Delement.cxx446 void SAL_CALL CElement::removeAttributeNS( in removeAttributeNS() function in DOM::CElement
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXElement.idl110 void removeAttributeNS([in] string namespaceURI,[in] string localName) raises (DOMException);
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java842 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 39 milliseconds