Home
last modified time | relevance | path

Searched refs:setAttributeNodeNS (Results 1 – 5 of 5) sorted by relevance

/trunk/main/unoxml/source/dom/
H A Dattributesmap.cxx237 m_pElement->setAttributeNodeNS(xAttr), UNO_QUERY); in setNamedItemNS()
H A Delement.hxx161 virtual Reference< XAttr > SAL_CALL setAttributeNodeNS(const Reference< XAttr >& newAttr)
H A Delement.cxx606 CElement::setAttributeNodeNS(const Reference< XAttr >& newAttr) in setAttributeNodeNS() function in DOM::CElement
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXElement.idl137 XAttr setAttributeNodeNS([in] XAttr newAttr) raises (DOMException);
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java890 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 65 milliseconds