source: trunk/src/xmlpatterns/qtokenautomaton/exampleFile.xml@ 447

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

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

File size: 2.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<tokenAutomaton scope="public"
3 className="ExampleFile"
4 headerFile="exampleFile.h"
5 sourceFile="exampleFile.cpp"
6 defaultToken="NoKeyword"
7 tokenEnum="Token"
8 hasToString="true"
9 includeGuardName="exampleFile_h">
10 <tokens>
11 <token>html</token>
12 <token>body</token>
13 <token>p</token>
14 <token>table</token>
15 <token name="WeWantADifferentNameForSpan">span</token>
16 </tokens>
17
18 <boilerplate>
19
20 <prolog>/****************************************************************************
21**
22** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
23** Contact: Qt Software Information ([email protected])
24**
25** This file is part of the QtXmlPatterns module of the Qt Toolkit.
26**
27** $QT_BEGIN_LICENSE:LGPL$
28** Commercial Usage
29** Licensees holding valid Qt Commercial licenses may use this file in
30** accordance with the Qt Commercial License Agreement provided with the
31** Software or, alternatively, in accordance with the terms contained in
32** a written agreement between you and Nokia.
33**
34** GNU Lesser General Public License Usage
35** Alternatively, this file may be used under the terms of the GNU Lesser
36** General Public License version 2.1 as published by the Free Software
37** Foundation and appearing in the file LICENSE.LGPL included in the
38** packaging of this file. Please review the following information to
39** ensure the GNU Lesser General Public License version 2.1 requirements
40** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
41**
42** In addition, as a special exception, Nokia gives you certain
43** additional rights. These rights are described in the Nokia Qt LGPL
44** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
45** package.
46**
47** GNU General Public License Usage
48** Alternatively, this file may be used under the terms of the GNU
49** General Public License version 3.0 as published by the Free Software
50** Foundation and appearing in the file LICENSE.GPL included in the
51** packaging of this file. Please review the following information to
52** ensure the GNU General Public License version 3.0 requirements will be
53** met: http://www.gnu.org/copyleft/gpl.html.
54**
55** If you are unsure which license is appropriate for your use, please
56** contact the sales department at [email protected].
57** $QT_END_LICENSE$
58**
59****************************************************************************/
60
61</prolog>
62
63 </boilerplate>
64
65</tokenAutomaton>
Note: See TracBrowser for help on using the repository browser.