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

Generated for libe-book by doxygen 1.8.8