Searched refs:XDocumentType (Results 1 – 12 of 12) sorted by relevance
54 Reference< XDocumentType > const& /*xDoctype*/) in createDocument()65 Reference< XDocumentType > SAL_CALL CDOMImplementation::createDocumentType( in createDocumentType()72 return Reference<XDocumentType>(); in createDocumentType()
57 …t OUString& namespaceURI, const OUString& qualifiedName, const Reference< XDocumentType >& doctype)63 …virtual Reference< XDocumentType > SAL_CALL createDocumentType(const OUString& qualifiedName, cons…
45 typedef ::cppu::ImplInheritanceHelper1< CNode, XDocumentType >
632 Reference< XDocumentType > SAL_CALL CDocument::getDoctype() in getDoctype()638 Reference< XDocumentType > const xRet( in getDoctype()
198 virtual Reference< XDocumentType > SAL_CALL getDoctype()
38 interface XDocumentType;59 …nt createDocument([in] string namespaceURI, [in] string qualifiedName, [in] XDocumentType doctype) 73 …XDocumentType createDocumentType([in] string qualifiedName, [in] string publicId, [in] string syst…
49 #include <com/sun/star/xml/dom/XDocumentType.idl> 150 XDocumentType getDoctype();
50 XDocumentType.idl \
36 interface XDocumentType: XNode
32 #include <com/sun/star/xml/dom/XDocumentType.idl>
80 virtual void documentType( const Reference<XDocumentType>& ) {} in documentType() argument113 rVisitor.documentType( Reference<XDocumentType>( xNode, UNO_QUERY_THROW ) ); in visitNode()
233 XDocumentType xDT = xDoc.getDoctype(); in testXDocument()2824 public XDocumentType getDoctype() { in getDoctype()
Completed in 65 milliseconds