VSDXMetaData.h
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2/*
3 * This file is part of the libvisio project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
9
10#ifndef __VSDXMETADATA_H__
11#define __VSDXMETADATA_H__
12
13#include <librevenge-stream/librevenge-stream.h>
14#include "VSDXMLHelper.h"
15
16namespace libvisio
17{
18
21{
22public:
25 bool parse(librevenge::RVNGInputStream *input);
26 const librevenge::RVNGPropertyList &getMetaData();
27
28private:
31
32 int getElementToken(xmlTextReaderPtr reader);
33 void readCoreProperties(xmlTextReaderPtr reader);
34 librevenge::RVNGString readString(xmlTextReaderPtr reader, int stringTokenId);
35
36 librevenge::RVNGPropertyList m_metaData;
37};
38
39} // namespace libvisio
40
41#endif // __VSDXMETADATA_H__
42/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
librevenge::RVNGPropertyList m_metaData
Definition VSDXMetaData.h:36
librevenge::RVNGString readString(xmlTextReaderPtr reader, int stringTokenId)
Definition VSDXMetaData.cpp:27
int getElementToken(xmlTextReaderPtr reader)
Definition VSDXMetaData.cpp:154
VSDXMetaData(const VSDXMetaData &)
VSDXMetaData & operator=(const VSDXMetaData &)
VSDXMetaData()
Definition VSDXMetaData.cpp:18
bool parse(librevenge::RVNGInputStream *input)
Definition VSDXMetaData.cpp:116
const librevenge::RVNGPropertyList & getMetaData()
Definition VSDXMetaData.cpp:159
~VSDXMetaData()
Definition VSDXMetaData.cpp:23
void readCoreProperties(xmlTextReaderPtr reader)
Definition VSDXMetaData.cpp:45
Definition libvisio_utils.h:49

Generated for libvisio by doxygen 1.14.0