IWORKXMLParserState.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 IWORKXMLPARSERSTATE_H_INCLUDED
11 #define IWORKXMLPARSERSTATE_H_INCLUDED
12 
13 namespace libetonyek
14 {
15 
16 class IWORKCollector;
17 struct IWORKDictionary;
18 class IWORKParser;
19 class IWORKTokenizer;
20 
22 {
23  // not copyable
26 
27 public:
29 
33  const IWORKTokenizer &getTokenizer() const;
34 
35 private:
39 };
40 
41 }
42 
43 #endif // IWORKXMLPARSERSTATE_H_INCLUDED
44 
45 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWORKParser.h:23
const IWORKTokenizer & getTokenizer() const
Definition: IWORKXMLParserState.cpp:41
IWORKXMLParserState & operator=(const IWORKXMLParserState &)
IWORKXMLParserState(const IWORKXMLParserState &)
IWORKParser & getParser()
Definition: IWORKXMLParserState.cpp:26
IWORKDictionary & getDictionary()
Definition: IWORKXMLParserState.cpp:31
A dictionary of all referenceable entities in the presentation.
Definition: IWORKDictionary.h:35
IWORKCollector *const m_collector
Definition: IWORKXMLParserState.h:37
IWORKCollector * getCollector() const
Definition: IWORKXMLParserState.cpp:36
Definition: IWORKCollector.h:39
IWORKParser & m_parser
Definition: IWORKXMLParserState.h:36
Definition: IWORKXMLParserState.h:21
Definition: KEY1Token.h:49
IWORKDictionary & m_dict
Definition: IWORKXMLParserState.h:38
Definition: IWORKTokenizer.h:16

Generated for libetonyek by doxygen 1.8.5