Home
last modified time | relevance | path

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

/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java833 XNode xAttr = xElemFoo.getAttributeNodeNS(ns, "foo"); in testXElement()
892 xAttrNsSet, xElemFooNs.getAttributeNodeNS(ns, "foo")); in testXElement()
933 xElemFooNs.getAttributeNodeNS(ns, "foo")); in testXElement()
2391 XAttr xAttrBarNs = xElem.getAttributeNodeNS(ns, "bar"); in testXNamedNodeMap_AttributesMap()
2910 public XAttr getAttributeNodeNS(String n, String l) { in getAttributeNodeNS() method in DOMTest.MockElement
/trunk/main/unoxml/source/dom/
H A Delement.cxx281 Reference< XAttr > SAL_CALL CElement::getAttributeNodeNS( in getAttributeNodeNS() function in DOM::CElement
732 …Reference< XNode >(getAttributeNodeNS(namespaceURI, OUString((char*)xLName, strlen((char*)xLName),… in setAttributeNS()
H A Dattributesmap.cxx189 m_pElement->getAttributeNodeNS(namespaceURI, localName)); in removeNamedItemNS()
H A Delement.hxx82 …virtual Reference< XAttr > SAL_CALL getAttributeNodeNS(const OUString& namespaceURI, const OUStrin…
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXElement.idl51 XAttr getAttributeNodeNS([in] string namespaceURI,[in]

Completed in 45 milliseconds