Home
last modified time | relevance | path

Searched refs:XDocumentType (Results 1 – 12 of 12) sorted by relevance

/trunk/main/unoxml/source/dom/
H A Ddomimplementation.cxx54 Reference< XDocumentType > const& /*xDoctype*/) in createDocument()
65 Reference< XDocumentType > SAL_CALL CDOMImplementation::createDocumentType( in createDocumentType()
72 return Reference<XDocumentType>(); in createDocumentType()
H A Ddomimplementation.hxx57 …t OUString& namespaceURI, const OUString& qualifiedName, const Reference< XDocumentType >& doctype)
63 …virtual Reference< XDocumentType > SAL_CALL createDocumentType(const OUString& qualifiedName, cons…
H A Ddocumenttype.hxx45 typedef ::cppu::ImplInheritanceHelper1< CNode, XDocumentType >
H A Ddocument.cxx632 Reference< XDocumentType > SAL_CALL CDocument::getDoctype() in getDoctype()
638 Reference< XDocumentType > const xRet( in getDoctype()
H A Ddocument.hxx198 virtual Reference< XDocumentType > SAL_CALL getDoctype()
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXDOMImplementation.idl38 interface XDocumentType;
59 …nt createDocument([in] string namespaceURI, [in] string qualifiedName, [in] XDocumentType doctype)
73XDocumentType createDocumentType([in] string qualifiedName, [in] string publicId, [in] string syst…
H A DXDocument.idl49 #include <com/sun/star/xml/dom/XDocumentType.idl>
150 XDocumentType getDoctype();
H A DXDocumentType.idl36 interface XDocumentType: XNode
H A DXDocumentBuilder.idl32 #include <com/sun/star/xml/dom/XDocumentType.idl>
/trunk/main/xmloff/source/core/
H A DDomExport.cxx80 virtual void documentType( const Reference<XDocumentType>& ) {} in documentType() argument
113 rVisitor.documentType( Reference<XDocumentType>( xNode, UNO_QUERY_THROW ) ); in visitNode()
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java233 XDocumentType xDT = xDoc.getDoctype(); in testXDocument()
2824 public XDocumentType getDoctype() { in getDoctype()
/trunk/main/offapi/
H A DUnoApi_offapi.mk3699 offapi/com/sun/star/xml/dom/XDocumentType \

Completed in 78 milliseconds