Searched refs:getAttributeNode (Results 1 – 5 of 5) sorted by relevance
829 XNode xAttr = xElemFoo.getAttributeNode("foo"); in testXElement()879 xAttrSet, xElemFoo.getAttributeNode("foo")); in testXElement()929 xElemFoo.getAttributeNode("foo")); in testXElement()2384 XAttr xAttrBar = xElem.getAttributeNode("bar"); in testXNamedNodeMap_AttributesMap()2906 public XAttr getAttributeNode(String n) { in getAttributeNode() method in DOMTest.MockElement
256 Reference< XAttr > SAL_CALL CElement::getAttributeNode(OUString const& name) in getAttributeNode() function in DOM::CElement649 Reference< XNode >(getAttributeNode(name), UNO_QUERY), in setAttribute()
167 Reference< XAttr > const xAttr(m_pElement->getAttributeNode(name)); in removeNamedItem()
76 virtual Reference< XAttr > SAL_CALL getAttributeNode(const OUString& name)
46 XAttr getAttributeNode([in] string name);
Completed in 35 milliseconds