Searched refs:XCDATASection (Results 1 – 8 of 8) sorted by relevance
186 XCDATASection xCDS = xDoc.createCDATASection("foo"); in testXDocument()1554 XCDATASection xCDS = xDoc.createCDATASection("foobar"); in testXCDataSection()1629 XCDATASection xCDSClone = in testXCDataSection()1630 UnoRuntime.queryInterface(XCDATASection.class, xCDSCloneN); in testXCDataSection()1638 XCDATASection xCDSClone = in testXCDataSection()1639 UnoRuntime.queryInterface(XCDATASection.class, xCDSCloneN); 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()
483 Reference< XCDATASection > SAL_CALL CDocument::createCDATASection(const OUString& data) in createCDATASection()494 Reference< XCDATASection > const xRet( in createCDATASection()770 Reference< XCDATASection > const xCData(xImportedNode, in lcl_ImportNode()772 Reference< XCDATASection > const xNewCData = in lcl_ImportNode()
39 typedef ::cppu::ImplInheritanceHelper1< CText, XCDATASection >
147 virtual Reference< XCDATASection > SAL_CALL createCDATASection(const OUString& data)
76 virtual void cdata( const Reference<XCDATASection>& ) {} in cdata() argument101 rVisitor.cdata( Reference<XCDATASection>( xNode, UNO_QUERY_THROW ) ); in visitNode()
34 #include <com/sun/star/xml/dom/XCDATASection.idl> 86 XCDATASection createCDATASection([in] string data) raises (DOMException);
44 XCDATASection.idl \
33 interface XCDATASection: XText
Completed in 34 milliseconds