Home
last modified time | relevance | path

Searched refs:getElementById (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/unoxml/source/dom/
H A Ddocument.hxx211 virtual Reference< XElement > SAL_CALL getElementById(const OUString& elementId)
H A Ddocument.cxx687 CDocument::getElementById(const OUString& elementId) in getElementById() function in DOM::CDocument
/aoo4110/main/offapi/com/sun/star/xml/dom/
H A DXDocument.idl161 XElement getElementById([in] string elementId);
/aoo4110/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java241 XElement xById = xDoc.getElementById("foo"); in testXDocument()
299 XElement xById = xDoc.getElementById("bar"); in testXDocument()
2832 public XElement getElementById(String id) { in getElementById() method in DOMTest.MockDoc

Completed in 42 milliseconds