Home
last modified time | relevance | path

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

/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java829 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
/trunk/main/unoxml/source/dom/
H A Delement.cxx256 Reference< XAttr > SAL_CALL CElement::getAttributeNode(OUString const& name) in getAttributeNode() function in DOM::CElement
649 Reference< XNode >(getAttributeNode(name), UNO_QUERY), in setAttribute()
H A Dattributesmap.cxx167 Reference< XAttr > const xAttr(m_pElement->getAttributeNode(name)); in removeNamedItem()
H A Delement.hxx76 virtual Reference< XAttr > SAL_CALL getAttributeNode(const OUString& name)
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXElement.idl46 XAttr getAttributeNode([in] string name);

Completed in 40 milliseconds