LibreOffice Module xmloff (master)
1
|
#include <RDFaImportHelper.hxx>
#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.
Classes | |
struct | xmloff::ParsedRDFaAttributes |
store parsed RDFa attributes More... | |
struct | xmloff::RDFaEntry |
store metadatable object and its RDFa attributes More... | |
Namespaces | |
xmloff | |
Functions | |
static bool | xmloff::isWS (const sal_Unicode i_Char) |
static OUString | xmloff::splitAtWS (OUString &io_rString) |
BlankNodeMap_t m_BlankNodeMap |
Definition at line 86 of file RDFaImportHelper.cxx.
const SvXMLImport& m_rImport |
Definition at line 45 of file RDFaImportHelper.cxx.
const uno::Reference<uno::XComponentContext> m_xContext |
Definition at line 80 of file RDFaImportHelper.cxx.
Referenced by SvXMLUnitConverter::Impl::createNumTypeInfo(), and SvXMLExport::getComponentContext().
uno::Reference< rdf::XDocumentRepository > m_xRepository |
Definition at line 81 of file RDFaImportHelper.cxx.