KEY1Parser.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 libetonyek 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 KEY1PARSER_H_INCLUDED
11 #define KEY1PARSER_H_INCLUDED
12 
13 #include "IWORKParser.h"
14 
15 namespace libetonyek
16 {
17 
18 class KEYCollector;
19 
20 class KEY1Parser : public IWORKParser
21 {
22 public:
24  virtual ~KEY1Parser();
25 
26 private:
29  virtual const IWORKTokenizer &getTokenizer() const;
30 };
31 
32 }
33 
34 #endif // KEY1PARSER_H_INCLUDED
35 
36 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
virtual IWORKXMLContextPtr_t createDocumentContext()
Definition: KEY1Parser.cpp:27
Definition: IWORKParser.h:23
Definition: KEY1Parser.h:20
boost::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
RVNGInputStreamPtr_t package
Definition: EtonyekDocument.cpp:69
virtual const IWORKTokenizer & getTokenizer() const
Definition: KEY1Parser.cpp:39
boost::shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr_t
Definition: libetonyek_utils.h:99
Definition: KEYCollector.h:23
Definition: IWORKTokenizer.h:16
RVNGInputStreamPtr_t input
Definition: EtonyekDocument.cpp:68
virtual ~KEY1Parser()
Definition: KEY1Parser.cpp:23
virtual IWORKXMLContextPtr_t createDiscardContext()
Definition: KEY1Parser.cpp:33
KEY1Parser(const RVNGInputStreamPtr_t &input, const RVNGInputStreamPtr_t &package, KEYCollector &collector)
Definition: KEY1Parser.cpp:18

Generated for libetonyek by doxygen 1.8.6