PAG1TextStorageElement.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 PAG1TEXTSTORAGEELEMENT_H_INCLUDED
11 #define PAG1TEXTSTORAGEELEMENT_H_INCLUDED
12 
13 #include "PAGEnum.h"
14 
15 #include "PAG1XMLContextBase.h"
16 
18 
19 namespace libetonyek
20 {
21 
22 class PAG1TextStorageElement : public PAG1XMLContextBase<IWORKTextStorageElement>
23 {
24 public:
27 
28 private:
29  IWORKXMLContextPtr_t element(int name) override;
30  void endOfElement() override;
31 
32 private:
35 };
36 
37 }
38 
39 #endif // PAG1TEXTSTORAGEELEMENT_H_INCLUDED
40 
41 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
PAG1TextStorageElement(PAG1ParserState &state, const PAGTextStorageKind kind=PAG_TEXTSTORAGE_KIND_BASIC)
Definition: PAG1TextStorageElement.cpp:820
bool m_textOpened
Definition: PAG1TextStorageElement.h:34
Definition: PAG1TextStorageElement.h:22
PAGTextStorageKind m_kind
Definition: PAG1TextStorageElement.h:33
Definition: PAG1XMLContextBase.h:22
void endOfElement() override
Definition: PAG1TextStorageElement.cpp:876
const char * name
Definition: IWORKToken.cpp:43
Definition: PAG1ParserState.h:23
Definition: IWORKToken.h:574
IWORKXMLContextPtr_t element(int name) override
Definition: PAG1TextStorageElement.cpp:851
PAGTextStorageKind
Definition: PAGEnum.h:23
std::shared_ptr< IWORKStylesheet > IWORKStylesheetPtr_t
Definition: IWORKStylesheet.h:19

Generated for libetonyek by doxygen 1.8.6