Searched refs:getAttributeNodeNS (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 833 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
|
/aoo42x/main/unoxml/source/dom/ |
H A D | element.cxx | 281 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 D | attributesmap.cxx | 189 m_pElement->getAttributeNodeNS(namespaceURI, localName)); in removeNamedItemNS()
|
H A D | element.hxx | 82 …virtual Reference< XAttr > SAL_CALL getAttributeNodeNS(const OUString& namespaceURI, const OUStrin…
|
/aoo42x/main/offapi/com/sun/star/xml/dom/ |
H A D | XElement.idl | 51 XAttr getAttributeNodeNS([in] string namespaceURI,[in]
|
Completed in 37 milliseconds