#include <RDFaImportHelper.hxx>
#include <utility>
#include <xmloff/xmlimp.hxx>
#include <xmloff/namespacemap.hxx>
#include <comphelper/sequence.hxx>
#include <com/sun/star/rdf/URI.hpp>
#include <com/sun/star/rdf/XDocumentRepository.hpp>
#include <com/sun/star/rdf/XRepositorySupplier.hpp>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <map>
Go to the source code of this file.
◆ m_BlankNodeMap
BlankNodeMap_t m_BlankNodeMap |
|
private |
◆ m_rImport
const SvXMLImport& m_rImport |
|
private |
◆ m_xContext
const uno::Reference<uno::XComponentContext> m_xContext |
|
private |
◆ m_xRepository
uno::Reference< rdf::XDocumentRepository > m_xRepository |
|
private |