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:
31  virtual const IWORKTokenizer &getTokenizer() const;
32 
33 private:
35 };
36 
37 }
38 
39 #endif // KEY2PARSER_H_INCLUDED
40 
41 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWORKParser.h:23
KEY2ParserState m_state
Definition: KEY2Parser.h:34
boost::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
KEY2Parser(const RVNGInputStreamPtr_t &input, const RVNGInputStreamPtr_t &package, KEYCollector &collector, KEYDictionary &dict)
Definition: KEY2Parser.cpp:1404
virtual const IWORKTokenizer & getTokenizer() const
Definition: KEY2Parser.cpp:1424
Definition: KEY2ParserState.h:22
RVNGInputStreamPtr_t package
Definition: EtonyekDocument.cpp:69
virtual IWORKXMLContextPtr_t createDocumentContext()
Definition: KEY2Parser.cpp:1414
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:23
Definition: IWORKTokenizer.h:16
virtual IWORKXMLContextPtr_t createDiscardContext()
Definition: KEY2Parser.cpp:1419
RVNGInputStreamPtr_t input
Definition: EtonyekDocument.cpp:68
virtual ~KEY2Parser()
Definition: KEY2Parser.cpp:1410
Definition: KEY2Parser.h:22

Generated for libetonyek by doxygen 1.8.6