NUM1Token.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 NUM1TOKEN_H_INCLUDED
11 #define NUM1TOKEN_H_INCLUDED
12 
13 #include <boost/static_assert.hpp>
14 
15 #include "IWORKTokenInfo.h"
16 
17 namespace libetonyek
18 {
19 
20 class IWORKTokenizer;
21 
22 namespace NUM1Token
23 {
24 
25 enum
26 {
29 
30  // namespace prefixes
31  ls,
32 
33  // elements
39 
40  // attributes
42 
43  // attribute values
45 
47 };
48 
50 
52 {
53  NS_URI_LS = ls << 16
54 };
55 
57 
58 }
59 
60 }
61 
62 #endif // NUM1TOKEN_H_INCLUDED
63 
64 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWORKBezierElement.cpp:18
Definition: NUM1Token.h:31
Definition: NUM1Token.h:46
Definition: IWORKTokenInfo.h:17
BOOST_STATIC_ASSERT(IWORKTokenInfo< NUM1Parser >::last >=LAST_TOKEN)
Definition: NUM1Token.h:53
Definition: NUM1Token.h:36
Definition: NUM1Token.h:35
Definition: NUM1Token.h:41
const IWORKTokenizer & getTokenizer()
Definition: NUM1Token.cpp:57
Definition: NUM1Token.h:28
Namespace
Definition: NUM1Token.h:51
Definition: NUM1Token.h:44
Definition: NUM1Token.h:38
Definition: NUM1Token.h:34
Definition: NUM1Token.h:37
Definition: IWORKTokenizer.h:16
Definition: NUM1Token.h:27

Generated for libetonyek by doxygen 1.8.13