Home
last modified time | relevance | path

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

/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java186 XCDATASection xCDS = xDoc.createCDATASection("foo"); in testXDocument()
1554 XCDATASection xCDS = xDoc.createCDATASection("foobar"); in testXCDataSection()
1699 XCDATASection xCDS2 = xDoc.createCDATASection("foobar"); in testXCDataSection()
1700 XCDATASection xCDS3 = xDoc.createCDATASection("foobar"); in testXCDataSection()
2790 public XCDATASection createCDATASection(String s) throws DOMException { in createCDATASection() method in DOMTest.MockDoc
/trunk/main/unoxml/source/dom/
H A Ddocument.cxx483 Reference< XCDATASection > SAL_CALL CDocument::createCDATASection(const OUString& data) in createCDATASection() function in DOM::CDocument
773 xDocument->createCDATASection(xCData->getData()); in lcl_ImportNode()
H A Ddocument.hxx147 virtual Reference< XCDATASection > SAL_CALL createCDATASection(const OUString& data)
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXDocument.idl86 XCDATASection createCDATASection([in] string data) raises (DOMException);

Completed in 37 milliseconds