X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/76da2a87ea1cf4def9fcb62ec75bbcd949c71bd5..538180328b36f798ccc1e5085f6831092edadfe9:/include/xbt/graphxml.h diff --git a/include/xbt/graphxml.h b/include/xbt/graphxml.h index a99ad510d8..6d173fed00 100644 --- a/include/xbt/graphxml.h +++ b/include/xbt/graphxml.h @@ -1,5 +1,5 @@ /* XML processor/application API for ../../src/xbt/graphxml.dtd. - * Generated 2006/03/21 13:43:39. + * Generated 2006/03/28 12:29:32. * * This program was generated with the FleXML XML processor generator. * FleXML is Copyright © 1999-2005 Kristoffer Rose. All rights reserved. @@ -60,28 +60,40 @@ typedef const char* AT_graphxml_node_name; #define AU_graphxml_node_name NULL typedef const char* AT_graphxml_edge_source; #define AU_graphxml_edge_source NULL -typedef enum { AU_graphxml_edge_isDirected, A_graphxml_edge_isDirected_true,A_graphxml_edge_isDirected_false } AT_graphxml_edge_isDirected; +typedef const char* AT_graphxml_node_position_y; +#define AU_graphxml_node_position_y NULL +typedef const char* AT_graphxml_node_position_x; +#define AU_graphxml_node_position_x NULL +typedef const char* AT_graphxml_edge_data; +#define AU_graphxml_edge_data NULL typedef const char* AT_graphxml_edge_target; #define AU_graphxml_edge_target NULL +typedef enum { AU_graphxml_graph_isDirected, A_graphxml_graph_isDirected_true,A_graphxml_graph_isDirected_false } AT_graphxml_graph_isDirected; typedef const char* AT_graphxml_node_label; #define AU_graphxml_node_label NULL +typedef const char* AT_graphxml_node_data; +#define AU_graphxml_node_data NULL typedef const char* AT_graphxml_edge_label; #define AU_graphxml_edge_label NULL -typedef const char* AT_graphxml_edge_name; -#define AU_graphxml_edge_name NULL typedef const char* AT_graphxml_edge_length; #define AU_graphxml_edge_length NULL +typedef const char* AT_graphxml_edge_name; +#define AU_graphxml_edge_name NULL /* FleXML-provided data. */ extern const char* pcdata; extern AT_graphxml_node_name A_graphxml_node_name; extern AT_graphxml_edge_source A_graphxml_edge_source; -extern AT_graphxml_edge_isDirected A_graphxml_edge_isDirected; +extern AT_graphxml_node_position_y A_graphxml_node_position_y; +extern AT_graphxml_node_position_x A_graphxml_node_position_x; +extern AT_graphxml_edge_data A_graphxml_edge_data; extern AT_graphxml_edge_target A_graphxml_edge_target; +extern AT_graphxml_graph_isDirected A_graphxml_graph_isDirected; extern AT_graphxml_node_label A_graphxml_node_label; +extern AT_graphxml_node_data A_graphxml_node_data; extern AT_graphxml_edge_label A_graphxml_edge_label; -extern AT_graphxml_edge_name A_graphxml_edge_name; extern AT_graphxml_edge_length A_graphxml_edge_length; +extern AT_graphxml_edge_name A_graphxml_edge_name; /* XML application utilities. */ extern int graphxml_element_context(int);