KEY2Parser.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 KEY2PARSER_H_INCLUDED
11 #define KEY2PARSER_H_INCLUDED
12 
13 #include "IWORKParser.h"
14 #include "KEY2ParserState.h"
15 
16 namespace libetonyek
17 {
18 
19 class KEYCollector;
20 struct KEYDictionary;
21 
22 class KEY2Parser : public IWORKParser
23 {
24 public:
26  virtual ~KEY2Parser();
27 
28 private:
30  virtual const IWORKTokenizer &getTokenizer() const;
31 
32 private:
34 };
35 
36 }
37 
38 #endif // KEY2PARSER_H_INCLUDED
39 
40 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWORKColorElement.cpp:19
Definition: IWORKParser.h:23
KEY2ParserState m_state
Definition: KEY2Parser.h:33
boost::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
virtual const IWORKTokenizer & getTokenizer() const
Definition: KEY2Parser.cpp:1825
Definition: KEY2ParserState.h:22
RVNGInputStreamPtr_t package
Definition: EtonyekDocument.cpp:67
virtual IWORKXMLContextPtr_t createDocumentContext()
Definition: KEY2Parser.cpp:1820
KEY2Parser(const RVNGInputStreamPtr_t &input, const RVNGInputStreamPtr_t &package, KEYCollector *collector, KEYDictionary &dict)
Definition: KEY2Parser.cpp:1810
A dictionary of all referenceable entities in the presentation.
Definition: KEYDictionary.h:33
Definition: KEY1Token.h:49
boost::shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr_t
Definition: libetonyek_utils.h:99
Definition: KEYCollector.h:21
Definition: IWORKTokenizer.h:16
RVNGInputStreamPtr_t input
Definition: EtonyekDocument.cpp:66
virtual ~KEY2Parser()
Definition: KEY2Parser.cpp:1816
Definition: KEY2Parser.h:22

Generated for libetonyek by doxygen 1.8.8