0
|
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) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
114 |
** All rights reserved.
|
|
115 |
** Contact: Nokia Corporation (qt-info@nokia.com)
|
|
116 |
**
|
|
117 |
** This file is part of the QtXmlPatterns module of the Qt Toolkit.
|
|
118 |
**
|
|
119 |
** $QT_BEGIN_LICENSE:LGPL$
|
|
120 |
** No Commercial Usage
|
|
121 |
** This file contains pre-release code and may not be distributed.
|
|
122 |
** You may use this file in accordance with the terms and conditions
|
|
123 |
** contained in the Technology Preview License Agreement accompanying
|
|
124 |
** this package.
|
|
125 |
**
|
|
126 |
** GNU Lesser General Public License Usage
|
|
127 |
** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
128 |
** General Public License version 2.1 as published by the Free Software
|
|
129 |
** Foundation and appearing in the file LICENSE.LGPL included in the
|
|
130 |
** packaging of this file. Please review the following information to
|
|
131 |
** ensure the GNU Lesser General Public License version 2.1 requirements
|
|
132 |
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
|
133 |
**
|
|
134 |
** In addition, as a special exception, Nokia gives you certain additional
|
|
135 |
** rights. These rights are described in the Nokia Qt LGPL Exception
|
|
136 |
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
|
137 |
**
|
|
138 |
** If you have questions regarding the use of this file, please contact
|
|
139 |
** Nokia at qt-info@nokia.com.
|
|
140 |
**
|
|
141 |
**
|
|
142 |
**
|
|
143 |
**
|
|
144 |
**
|
|
145 |
**
|
|
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>
|