EPUBToken.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 libe-book 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 EPUBTOKEN_H_INCLUDED
11 #define EPUBTOKEN_H_INCLUDED
12 
13 #include <boost/static_assert.hpp>
14 
15 #include "EBOOKToken.h"
16 
17 namespace libebook
18 {
19 
20 namespace EPUBToken
21 {
22 
23 enum
24 {
27 
28  // namespace prefixes
30  xml,
32 
33  // elements
38 
39  // attributes
43 
44  // attribute values
48 
50 };
51 
53 
55 {
57  NS_xml = xml << 16,
58  NS_xmlns = xmlns << 16
59 };
60 
61 }
62 
63 int getEPUBTokenId(const char *name, const char *ns = 0);
64 int getEPUBTokenId(const char *name, std::size_t nameLen, const char *ns, std::size_t nsLen);
65 int getEPUBTokenId(const char *name, std::size_t nameLen);
66 
67 }
68 
69 #endif // EPUBTOKEN_H_INCLUDED
70 
71 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: EPUBToken.h:41
Definition: EPUBToken.h:40
Definition: EPUBToken.h:57
Definition: EPUBToken.h:46
Definition: EPUBToken.h:26
Definition: EPUBToken.h:25
Definition: EPUBToken.h:29
Definition: EPUBToken.h:42
Definition: EPUBToken.h:37
Definition: EBOOKToken.h:17
Definition: EPUBToken.h:31
Definition: EPUBToken.h:56
Definition: EPUBToken.h:45
string name
Definition: CHMStream.cpp:80
Namespace
Definition: EPUBToken.h:54
Definition: EPUBToken.h:36
Definition: EPUBToken.h:34
Definition: EPUBToken.h:35
Definition: EPUBToken.h:49
Definition: EPUBToken.h:30
Definition: CHMParser.cpp:20
Definition: EPUBToken.h:58
Definition: EPUBToken.h:47
int getEPUBTokenId(const char *const name, const char *const ns)
Definition: EPUBToken.cpp:27
BOOST_STATIC_ASSERT(EBOOKToken< EPUBParser >::LAST_TOKEN >=LAST_TOKEN)

Generated for libe-book by doxygen 1.8.8