FictionBook2Parser.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 libe-book 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 FICTIONBOOK2PARSER_H_INCLUDED
11#define FICTIONBOOK2PARSER_H_INCLUDED
12
13
14namespace libebook
15{
16
17class FictionBook2XMLParserContext;
18
20{
21 // no copying
24
25public:
26 explicit FictionBook2Parser(librevenge::RVNGInputStream *input);
27
29 bool parse(librevenge::RVNGTextInterface *document) const;
30
31private:
32 librevenge::RVNGInputStream *const m_input;
33};
34
35}
36
37#endif // FICTIONBOOK2PARSER_H_INCLUDED
38
39/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
XMLTreeNodePtr_t document
Definition EBOOKHTMLParser.cpp:163
ContextType context
Definition XMLCollector.cpp:568
Definition FictionBook2Parser.h:20
librevenge::RVNGInputStream *const m_input
Definition FictionBook2Parser.h:32
bool parse(FictionBook2XMLParserContext *context) const
Definition FictionBook2Parser.cpp:358
FictionBook2Parser & operator=(const FictionBook2Parser &other)
FictionBook2Parser(const FictionBook2Parser &other)
Definition FictionBook2XMLParserContext.h:19
Definition BBeBCollector.cpp:19

Generated for libe-book by doxygen 1.10.0