source: trunk/src/xmlpatterns/parser/qxslttokenlookup.xml@ 497

Last change on this file since 497 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 5.9 KB
Line 
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** Contact: Qt Software Information ([email protected])
115**
116** This file is part of the QtXmlPatterns module of the Qt Toolkit.
117**
118** $QT_BEGIN_LICENSE:LGPL$
119** Commercial Usage
120** Licensees holding valid Qt Commercial licenses may use this file in
121** accordance with the Qt Commercial License Agreement provided with the
122** Software or, alternatively, in accordance with the terms contained in
123** a written agreement between you and Nokia.
124**
125** GNU Lesser General Public License Usage
126** Alternatively, this file may be used under the terms of the GNU Lesser
127** General Public License version 2.1 as published by the Free Software
128** Foundation and appearing in the file LICENSE.LGPL included in the
129** packaging of this file. Please review the following information to
130** ensure the GNU Lesser General Public License version 2.1 requirements
131** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
132**
133** In addition, as a special exception, Nokia gives you certain
134** additional rights. These rights are described in the Nokia Qt LGPL
135** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
136** package.
137**
138** GNU General Public License Usage
139** Alternatively, this file may be used under the terms of the GNU
140** General Public License version 3.0 as published by the Free Software
141** Foundation and appearing in the file LICENSE.GPL included in the
142** packaging of this file. Please review the following information to
143** ensure the GNU General Public License version 3.0 requirements will be
144** met: http://www.gnu.org/copyleft/gpl.html.
145**
146** If you are unsure which license is appropriate for your use, please
147** contact the sales department at [email protected].
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>
Note: See TracBrowser for help on using the repository browser.