Searched refs:newAttr (Results 1 – 3 of 3) sorted by relevance
123 …DOMException - WRONG_DOCUMENT_ERR: Raised if newAttr was created from a different document than th…125 …INUSE_ATTRIBUTE_ERR: Raised if newAttr is already an attribute of another Element object. The DOM …127 XAttr setAttributeNode([in] XAttr newAttr) raises (DOMException);132 …DOMException - WRONG_DOCUMENT_ERR: Raised if newAttr was created from a different document than th…134 …INUSE_ATTRIBUTE_ERR: Raised if newAttr is already an attribute of another Element object. The DOM …137 XAttr setAttributeNodeNS([in] XAttr newAttr) raises (DOMException);
596 CElement::setAttributeNode(const Reference< XAttr >& newAttr) in setAttributeNode() argument599 return setAttributeNode_Impl_Lock(newAttr, false); in setAttributeNode()606 CElement::setAttributeNodeNS(const Reference< XAttr >& newAttr) in setAttributeNodeNS() argument609 return setAttributeNode_Impl_Lock(newAttr, true); in setAttributeNodeNS()
155 virtual Reference< XAttr > SAL_CALL setAttributeNode(const Reference< XAttr >& newAttr)161 virtual Reference< XAttr > SAL_CALL setAttributeNodeNS(const Reference< XAttr >& newAttr)
Completed in 24 milliseconds