Searched refs:setAttributeNodeNS (Results 1 – 5 of 5) sorted by relevance
237 m_pElement->setAttributeNodeNS(xAttr), UNO_QUERY); in setNamedItemNS()
161 virtual Reference< XAttr > SAL_CALL setAttributeNodeNS(const Reference< XAttr >& newAttr)
606 CElement::setAttributeNodeNS(const Reference< XAttr >& newAttr) in setAttributeNodeNS() function in DOM::CElement
137 XAttr setAttributeNodeNS([in] XAttr newAttr) raises (DOMException);
890 XAttr xAttrNsSet = xElemFooNs.setAttributeNodeNS(xAttrNs); in testXElement()896 xElemFooNs.setAttributeNodeNS(xAttrNsSet); in testXElement()2954 public XAttr setAttributeNodeNS(XAttr n) throws DOMException { in setAttributeNodeNS() method in DOMTest.MockElement
Completed in 43 milliseconds