Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove the old crufty navigation bars
[simgrid.git] / include / xbt / graphxml.h
1 /* XML processor/application API for ../../src/xbt/graphxml.dtd.
2  * Generated 2006/03/28 12:29:32.
3  *
4  * This program was generated with the FleXML XML processor generator.
5  * FleXML is Copyright © 1999-2005 Kristoffer Rose.  All rights reserved.
6  * (Id: flexml.pl,v 1.47 2006/03/21 11:12:57 legranda Exp).
7  * 
8  * There are two, intertwined parts to this program, part A and part B.
9  *
10  * Part A
11  * ------
12  * 
13  * Some parts, here collectively called "Part A", are found in the 
14  * FleXML package.  They are Copyright © 1999-2005 Kristoffer Rose. 
15  * All rights reserved.
16  *
17  * You can redistribute, use, perform, display and/or modify "Part A"
18  * provided the following two conditions hold:
19  *
20  * 1. The program is distributed WITHOUT ANY WARRANTY from the author of
21  *    FleXML; without even the implied warranty of MERCHANTABILITY or
22  *    FITNESS FOR A PARTICULAR PURPOSE.
23  *
24  * 2. The program distribution conditions do not in any way affect the
25  *    distribution conditions of the FleXML system used to generate this
26  *    file or any version of FleXML derived from that system.
27  *
28  * Notice that these are explicit rights granted to you for files
29  * generated by the FleXML system.  For your rights in connection with
30  * the FleXML system itself please consult the GNU General Public License.
31  * 
32  * Part B
33  * ------
34  * 
35  * The other parts, here collectively called "Part B", and which came 
36  * from the DTD used by FleXML to generate this program, can be 
37  * distributed (or not, as the case may be) under the terms of whoever
38  * wrote them, provided these terms respect and obey the two conditions 
39  * above under the heading "Part A".
40  *
41  * The author of and contributors to FleXML specifically disclaim
42  * any copyright interest in "Part B", unless "Part B" was written 
43  * by the author of or contributors to FleXML.
44  * 
45  */
46
47 #ifndef _FLEXML_graphxml_H
48 #define _FLEXML_graphxml_H
49
50 /* XML application entry points. */
51 extern void STag_graphxml_graph(void);
52 extern void ETag_graphxml_graph(void);
53 extern void STag_graphxml_node(void);
54 extern void ETag_graphxml_node(void);
55 extern void STag_graphxml_edge(void);
56 extern void ETag_graphxml_edge(void);
57
58 /* XML application data. */
59 typedef const char* AT_graphxml_node_name;
60 #define AU_graphxml_node_name NULL
61 typedef const char* AT_graphxml_edge_source;
62 #define AU_graphxml_edge_source NULL
63 typedef const char* AT_graphxml_node_position_y;
64 #define AU_graphxml_node_position_y NULL
65 typedef const char* AT_graphxml_node_position_x;
66 #define AU_graphxml_node_position_x NULL
67 typedef const char* AT_graphxml_edge_data;
68 #define AU_graphxml_edge_data NULL
69 typedef const char* AT_graphxml_edge_target;
70 #define AU_graphxml_edge_target NULL
71 typedef enum { AU_graphxml_graph_isDirected, A_graphxml_graph_isDirected_true,A_graphxml_graph_isDirected_false } AT_graphxml_graph_isDirected;
72 typedef const char* AT_graphxml_node_label;
73 #define AU_graphxml_node_label NULL
74 typedef const char* AT_graphxml_node_data;
75 #define AU_graphxml_node_data NULL
76 typedef const char* AT_graphxml_edge_label;
77 #define AU_graphxml_edge_label NULL
78 typedef const char* AT_graphxml_edge_length;
79 #define AU_graphxml_edge_length NULL
80 typedef const char* AT_graphxml_edge_name;
81 #define AU_graphxml_edge_name NULL
82
83 /* FleXML-provided data. */
84 extern const char* pcdata;
85 extern AT_graphxml_node_name A_graphxml_node_name;
86 extern AT_graphxml_edge_source A_graphxml_edge_source;
87 extern AT_graphxml_node_position_y A_graphxml_node_position_y;
88 extern AT_graphxml_node_position_x A_graphxml_node_position_x;
89 extern AT_graphxml_edge_data A_graphxml_edge_data;
90 extern AT_graphxml_edge_target A_graphxml_edge_target;
91 extern AT_graphxml_graph_isDirected A_graphxml_graph_isDirected;
92 extern AT_graphxml_node_label A_graphxml_node_label;
93 extern AT_graphxml_node_data A_graphxml_node_data;
94 extern AT_graphxml_edge_label A_graphxml_edge_label;
95 extern AT_graphxml_edge_length A_graphxml_edge_length;
96 extern AT_graphxml_edge_name A_graphxml_edge_name;
97
98 /* XML application utilities. */
99 extern int graphxml_element_context(int);
100
101 /* XML processor entry point. */
102 extern int yylex(void);
103
104 /* Flexml error handling function (useful only when -q flag passed to flexml) */
105 const char * graphxml_parse_err_msg(void);
106 #endif