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
41 
42  // attributes
44 
45  // attribute values
47 
49 };
50 
52 
54 {
55  NS_URI_LS = ls << 16
56 };
57 
59 
60 }
61 
62 }
63 
64 #endif // NUM1TOKEN_H_INCLUDED
65 
66 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWORKTokenizer.h:17
const IWORKTokenizer & getTokenizer()
Definition: NUM1Token.cpp:57
BOOST_STATIC_ASSERT(IWORKTokenInfo< NUM1Parser >::last >=LAST_TOKEN)
Namespace
Definition: NUM1Token.h:54
@ NS_URI_LS
Definition: NUM1Token.h:55
@ workspace
Definition: NUM1Token.h:37
@ workspace_name
Definition: NUM1Token.h:39
@ FIRST_TOKEN
Definition: NUM1Token.h:28
@ stylesheet
Definition: NUM1Token.h:36
@ workspace_array
Definition: NUM1Token.h:38
@ version
Definition: NUM1Token.h:43
@ VERSION_STR_2
Definition: NUM1Token.h:46
@ INVALID_TOKEN
Definition: NUM1Token.h:27
@ document
Definition: NUM1Token.h:34
@ workspace_style
Definition: NUM1Token.h:40
@ LAST_TOKEN
Definition: NUM1Token.h:48
@ ls
Definition: NUM1Token.h:31
@ page_info
Definition: NUM1Token.h:35
Definition: IWORKBezierElement.cpp:21
Definition: IWORKTokenInfo.h:18

Generated for libetonyek by doxygen 1.9.1