Home
last modified time | relevance | path

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

/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java180 XAttr xAttr = xDoc.createAttributeNS(ns, "e:foo"); in testXDocument()
845 XAttr xAttrNs = xDoc.createAttributeNS(ns, "foo"); in testXElement()
1162 XAttr xAttrNs = xDoc.createAttributeNS(ns, "e:foo"); in testXAttr()
2786 public XAttr createAttributeNS(String n, String q) throws DOMException { in createAttributeNS() method in DOMTest.MockDoc
/trunk/main/unoxml/source/dom/
H A Ddocument.hxx141 …virtual Reference< XAttr > SAL_CALL createAttributeNS(const OUString& namespaceURI, const OUString…
H A Delement.cxx514 aAttr = GetOwnerDocument().createAttributeNS( in removeAttributeNode()
H A Ddocument.cxx447 Reference< XAttr > SAL_CALL CDocument::createAttributeNS( in createAttributeNS() function in DOM::CDocument
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXDocument.idl79 …XAttr createAttributeNS([in] string namespaceURI, [in] string qualifiedName) raises (DOMException);

Completed in 56 milliseconds