Change copyrights from Nokia to Digia
[profile/ivi/qtxmlpatterns.git] / src / xmlpatterns / parser / qxslttokenlookup.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <tokenAutomaton scope="public"
3                 className="XSLTTokenLookup"
4                 headerFile="qxslttokenlookup_p.h"
5                 sourceFile="qxslttokenlookup.cpp"
6                 namespace="QPatternist"
7                 defaultToken="NoKeyword"
8                 hasToString="true"
9                 tokenEnum="NodeName"
10                 includeGuardName="qxslttokenlookup_p_H">
11     <tokens>
12         <token>analyze-string</token>
13         <token>apply-templates</token>
14         <token>as</token>
15         <token>attribute-set</token>
16         <token>attribute</token>
17         <token>byte-order-mark</token>
18         <token>call-template</token>
19         <token>case-order</token>
20         <token>cdata-section-elements</token>
21         <token>choose</token>
22         <token>collation</token>
23         <token>comment</token>
24         <token>copy-namespaces</token>
25         <token>copy-of</token>
26         <token>copy</token>
27         <token>data-type</token>
28         <token>default-collation</token>
29         <token>default-validation</token>
30         <token>doctype-public</token>
31         <token>doctype-system</token>
32         <token>document</token>
33         <token>elements</token>
34         <token>element</token>
35         <token>encoding</token>
36         <token>escape-uri-attributes</token>
37         <token>exclude-result-prefixes</token>
38         <token>extension-element-prefixes</token>
39         <token>flags</token>
40         <token>for-each</token>
41         <token>format</token>
42         <token>function</token>
43         <token>href</token>
44         <token>id</token>
45         <token>if</token>
46         <token>import-schema</token>
47         <token>import</token>
48         <token>include-content-type</token>
49         <token>include</token>
50         <token>indent</token>
51         <token>inherit-namespaces</token>
52         <token>input-type-annotations</token>
53         <token>key</token>
54         <token>lang</token>
55         <token>matching-substring</token>
56         <token>match</token>
57         <token>media-type</token>
58         <token>message</token>
59         <token>method</token>
60         <token>mode</token>
61         <token>namespace</token>
62         <token>name</token>
63         <token>non-matching-substring</token>
64         <token>normalization-form</token>
65         <token>omit-xml-declaration</token>
66         <token>order</token>
67         <token>otherwise</token>
68         <token>output</token>
69         <token>output-version</token>
70         <token>override</token>
71         <token>param</token>
72         <token>perform-sort</token>
73         <token>preserve-space</token>
74         <token>priority</token>
75         <token>processing-instruction</token>
76         <token>regex</token>
77         <token>required</token>
78         <token>result-document</token>
79         <token>schema-location</token>
80         <token>select</token>
81         <token>separator</token>
82         <token>sequence</token>
83         <token>sort</token>
84         <token>stable</token>
85         <token>standalone</token>
86         <token>strip-space</token>
87         <token>stylesheet</token>
88         <token>template</token>
89         <token>terminate</token>
90         <token>test</token>
91         <token>text</token>
92         <token>transform</token>
93         <token>tunnel</token>
94         <token>type</token>
95         <token>undeclare-prefixes</token>
96         <token>use-attribute-sets</token>
97         <token>use-character-maps</token>
98         <token>use</token>
99         <token>use-when</token>
100         <token>validation</token>
101         <token>value-of</token>
102         <token>variable</token>
103         <token>version</token>
104         <token>when</token>
105         <token>with-param</token>
106         <token>xpath-default-namespace</token>
107     </tokens>
108
109     <boilerplate>
110
111         <prolog>/****************************************************************************
112 **
113 ** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
114 ** Contact: http://www.qt-project.org/legal
115 **
116 ** This file is part of the QtXmlPatterns module of the Qt Toolkit.
117 **
118 ** $QT_BEGIN_LICENSE:LGPL$
119 ** Commercial License Usage
120 ** Licensees holding valid commercial Qt licenses may use this file in
121 ** accordance with the commercial license agreement provided with the
122 ** Software or, alternatively, in accordance with the terms contained in
123 ** a written agreement between you and Digia.  For licensing terms and
124 ** conditions see http://qt.digia.com/licensing.  For further information
125 ** use the contact form at http://qt.digia.com/contact-us.
126 **
127 ** GNU Lesser General Public License Usage
128 ** Alternatively, this file may be used under the terms of the GNU Lesser
129 ** General Public License version 2.1 as published by the Free Software
130 ** Foundation and appearing in the file LICENSE.LGPL included in the
131 ** packaging of this file.  Please review the following information to
132 ** ensure the GNU Lesser General Public License version 2.1 requirements
133 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
134 **
135 ** In addition, as a special exception, Digia gives you certain additional
136 ** rights.  These rights are described in the Digia Qt LGPL Exception
137 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
138 **
139 ** GNU General Public License Usage
140 ** Alternatively, this file may be used under the terms of the GNU
141 ** General Public License version 3.0 as published by the Free Software
142 ** Foundation and appearing in the file LICENSE.GPL included in the
143 ** packaging of this file.  Please review the following information to
144 ** ensure the GNU General Public License version 3.0 requirements will be
145 ** met: http://www.gnu.org/copyleft/gpl.html.
146 **
147 **
148 ** $QT_END_LICENSE$
149 **
150 ****************************************************************************/
151
152 //
153 //  W A R N I N G
154 //  -------------
155 //
156 // This file is not part of the Qt API.  It exists purely as an
157 // implementation detail.  This header file may change from version to
158 // version without notice, or even be removed.
159 //
160 // We mean it.
161 //
162
163 </prolog>
164
165     </boilerplate>
166
167 </tokenAutomaton>