HTMLHelpParser.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 HTMLHELPPARSER_H_INCLUDED
11 #define HTMLHELPPARSER_H_INCLUDED
12 
13 #include <libe-book/libe-book.h>
14 
15 #include "libebook_utils.h"
16 
17 namespace libebook
18 {
19 
21 {
22  // disable copying
23  HTMLHelpParser(const HTMLHelpParser &other);
25 
26 public:
27  explicit HTMLHelpParser(const RVNGInputStreamPtr_t &input, librevenge::RVNGTextInterface *document = 0);
28 
29  void parse();
30 
31 private:
33  librevenge::RVNGTextInterface *m_document;
34 };
35 
36 }
37 
38 #endif // HTMLHELPPARSER_H_INCLUDED
39 
40 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: EBOOKHTMLToken.h:89
std::shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr_t
Definition: libebook_utils.h:54
librevenge::RVNGTextInterface * m_document
Definition: HTMLHelpParser.h:33
const RVNGInputStreamPtr_t m_input
Definition: HTMLHelpParser.h:32
Definition: HTMLHelpParser.h:20
XMLTreeNodePtr_t document
Definition: EBOOKHTMLParser.cpp:163
Definition: BBeBCollector.cpp:18
HTMLHelpParser(const HTMLHelpParser &other)
HTMLHelpParser & operator=(const HTMLHelpParser &other)
void parse()
Definition: HTMLHelpParser.cpp:87

Generated for libe-book by doxygen 1.8.14