/* Validating XML processor for surf/simgrid.dtd. * Generated 2008/02/03 11:50:45. * * This program was generated with the FleXML XML processor generator. * FleXML is Copyright (C) 1999-2005 Kristoffer Rose. All rights reserved. * FleXML is Copyright (C) 2003-2006 Martin Quinson. All rights reserved. * (Id: flexml.pl,v 1.63 2007/10/11 14:46:08 mquinson Exp). * * There are two, intertwined parts to this program, part A and part B. * * Part A * ------ * * Some parts, here collectively called "Part A", are found in the * FleXML package. They are Copyright (C) 1999-2005 Kristoffer Rose * and Copyright (C) 2003-2006 Martin Quinson. All rights reserved. * * You can redistribute, use, perform, display and/or modify "Part A" * provided the following two conditions hold: * * 1. The program is distributed WITHOUT ANY WARRANTY from the author of * FleXML; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. * * 2. The program distribution conditions do not in any way affect the * distribution conditions of the FleXML system used to generate this * file or any version of FleXML derived from that system. * * Notice that these are explicit rights granted to you for files * generated by the FleXML system. For your rights in connection with * the FleXML system itself please consult the GNU General Public License. * * Part B * ------ * * The other parts, here collectively called "Part B", and which came * from the DTD used by FleXML to generate this program, can be * distributed (or not, as the case may be) under the terms of whoever * wrote them, provided these terms respect and obey the two conditions * above under the heading "Part A". * * The author of and contributors to FleXML specifically disclaim * any copyright interest in "Part B", unless "Part B" was written * by the author of or contributors to FleXML. * */ %{ /* Version strings. */ const char rcs_surfxml_flexml_skeleton[] = "$" "Id: skel,v 1.40 2007/10/11 09:57:24 mquinson Exp $"; const char rcs_surfxml_flexml[] = "$" "Id: flexml.pl,v 1.63 2007/10/11 14:46:08 mquinson Exp $"; /* ANSI headers. */ #include /* for realloc() -- needed here when using flex 2.5.4 */ #include #include #include #include #include #if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) || defined(__TOS_WIN__) # ifndef __STRICT_ANSI__ # include # include # endif #else # include #endif #ifndef FLEXML_INDEXSTACKSIZE #define FLEXML_INDEXSTACKSIZE 1000 #endif /* Generated definitions. */ #define FLEXML_yylineno #ifndef FLEXML_BUFFERSTACKSIZE #define FLEXML_BUFFERSTACKSIZE 1000000 #endif #define FLEXML_NEED_BUFFERLIT /* XML processor api. */ /* FleXML-provided data. */ int surfxml_pcdata_ix; extern char *surfxml_bufferstack; #define surfxml_pcdata (surfxml_bufferstack + surfxml_pcdata_ix) AT_surfxml_random_generator AX_surfxml_random_generator; #define A_surfxml_random_generator AX_surfxml_random_generator AT_surfxml_prop_id AX_surfxml_prop_id; #define A_surfxml_prop_id (surfxml_bufferstack + AX_surfxml_prop_id) AT_surfxml_host_interference_recv AX_surfxml_host_interference_recv; #define A_surfxml_host_interference_recv (surfxml_bufferstack + AX_surfxml_host_interference_recv) AT_surfxml_host_id AX_surfxml_host_id; #define A_surfxml_host_id (surfxml_bufferstack + AX_surfxml_host_id) AT_surfxml_set_id AX_surfxml_set_id; #define A_surfxml_set_id (surfxml_bufferstack + AX_surfxml_set_id) AT_surfxml_link_latency_file AX_surfxml_link_latency_file; #define A_surfxml_link_latency_file (surfxml_bufferstack + AX_surfxml_link_latency_file) AT_surfxml_host_state AX_surfxml_host_state; #define A_surfxml_host_state AX_surfxml_host_state AT_surfxml_host_interference_send_recv AX_surfxml_host_interference_send_recv; #define A_surfxml_host_interference_send_recv (surfxml_bufferstack + AX_surfxml_host_interference_send_recv) AT_surfxml_host_interference_send AX_surfxml_host_interference_send; #define A_surfxml_host_interference_send (surfxml_bufferstack + AX_surfxml_host_interference_send) AT_surfxml_set_suffix AX_surfxml_set_suffix; #define A_surfxml_set_suffix (surfxml_bufferstack + AX_surfxml_set_suffix) AT_surfxml_route_impact_on_dst AX_surfxml_route_impact_on_dst; #define A_surfxml_route_impact_on_dst (surfxml_bufferstack + AX_surfxml_route_impact_on_dst) AT_surfxml_host_power AX_surfxml_host_power; #define A_surfxml_host_power (surfxml_bufferstack + AX_surfxml_host_power) AT_surfxml_router_id AX_surfxml_router_id; #define A_surfxml_router_id (surfxml_bufferstack + AX_surfxml_router_id) AT_surfxml_process_start_time AX_surfxml_process_start_time; #define A_surfxml_process_start_time (surfxml_bufferstack + AX_surfxml_process_start_time) AT_surfxml_cluster_suffix AX_surfxml_cluster_suffix; #define A_surfxml_cluster_suffix (surfxml_bufferstack + AX_surfxml_cluster_suffix) AT_surfxml_platform_xmlns_c_route AX_surfxml_platform_xmlns_c_route; #define A_surfxml_platform_xmlns_c_route (surfxml_bufferstack + AX_surfxml_platform_xmlns_c_route) AT_surfxml_cluster_prefix AX_surfxml_cluster_prefix; #define A_surfxml_cluster_prefix (surfxml_bufferstack + AX_surfxml_cluster_prefix) AT_surfxml_trace_file AX_surfxml_trace_file; #define A_surfxml_trace_file (surfxml_bufferstack + AX_surfxml_trace_file) AT_surfxml_route_action AX_surfxml_route_action; #define A_surfxml_route_action AX_surfxml_route_action AT_surfxml_link_sharing_policy AX_surfxml_link_sharing_policy; #define A_surfxml_link_sharing_policy AX_surfxml_link_sharing_policy AT_surfxml_random_min AX_surfxml_random_min; #define A_surfxml_random_min (surfxml_bufferstack + AX_surfxml_random_min) AT_surfxml_process_kill_time AX_surfxml_process_kill_time; #define A_surfxml_process_kill_time (surfxml_bufferstack + AX_surfxml_process_kill_time) AT_surfxml_cluster_bb_bw AX_surfxml_cluster_bb_bw; #define A_surfxml_cluster_bb_bw (surfxml_bufferstack + AX_surfxml_cluster_bb_bw) AT_surfxml_trace_c_connect_element AX_surfxml_trace_c_connect_element; #define A_surfxml_trace_c_connect_element (surfxml_bufferstack + AX_surfxml_trace_c_connect_element) AT_surfxml_argument_value AX_surfxml_argument_value; #define A_surfxml_argument_value (surfxml_bufferstack + AX_surfxml_argument_value) AT_surfxml_link_state AX_surfxml_link_state; #define A_surfxml_link_state AX_surfxml_link_state AT_surfxml_route_impact_on_src AX_surfxml_route_impact_on_src; #define A_surfxml_route_impact_on_src (surfxml_bufferstack + AX_surfxml_route_impact_on_src) AT_surfxml_link_bandwidth AX_surfxml_link_bandwidth; #define A_surfxml_link_bandwidth (surfxml_bufferstack + AX_surfxml_link_bandwidth) AT_surfxml_cluster_id AX_surfxml_cluster_id; #define A_surfxml_cluster_id (surfxml_bufferstack + AX_surfxml_cluster_id) AT_surfxml_random_mean AX_surfxml_random_mean; #define A_surfxml_random_mean (surfxml_bufferstack + AX_surfxml_random_mean) AT_surfxml_cluster_bb_lat AX_surfxml_cluster_bb_lat; #define A_surfxml_cluster_bb_lat (surfxml_bufferstack + AX_surfxml_cluster_bb_lat) AT_surfxml_link_latency AX_surfxml_link_latency; #define A_surfxml_link_latency (surfxml_bufferstack + AX_surfxml_link_latency) AT_surfxml_platform_xmlns_c_link AX_surfxml_platform_xmlns_c_link; #define A_surfxml_platform_xmlns_c_link (surfxml_bufferstack + AX_surfxml_platform_xmlns_c_link) AT_surfxml_link_bandwidth_file AX_surfxml_link_bandwidth_file; #define A_surfxml_link_bandwidth_file (surfxml_bufferstack + AX_surfxml_link_bandwidth_file) AT_surfxml_random_id AX_surfxml_random_id; #define A_surfxml_random_id (surfxml_bufferstack + AX_surfxml_random_id) AT_surfxml_set_radical AX_surfxml_set_radical; #define A_surfxml_set_radical (surfxml_bufferstack + AX_surfxml_set_radical) AT_surfxml_random_max AX_surfxml_random_max; #define A_surfxml_random_max (surfxml_bufferstack + AX_surfxml_random_max) AT_surfxml_link_id AX_surfxml_link_id; #define A_surfxml_link_id (surfxml_bufferstack + AX_surfxml_link_id) AT_surfxml_process_host AX_surfxml_process_host; #define A_surfxml_process_host (surfxml_bufferstack + AX_surfxml_process_host) AT_surfxml_host_availability_file AX_surfxml_host_availability_file; #define A_surfxml_host_availability_file (surfxml_bufferstack + AX_surfxml_host_availability_file) AT_surfxml_cluster_lat AX_surfxml_cluster_lat; #define A_surfxml_cluster_lat (surfxml_bufferstack + AX_surfxml_cluster_lat) AT_surfxml_trace_periodicity AX_surfxml_trace_periodicity; #define A_surfxml_trace_periodicity (surfxml_bufferstack + AX_surfxml_trace_periodicity) AT_surfxml_foreach_set_id AX_surfxml_foreach_set_id; #define A_surfxml_foreach_set_id (surfxml_bufferstack + AX_surfxml_foreach_set_id) AT_surfxml_route_impact_on_dst_with_other_send AX_surfxml_route_impact_on_dst_with_other_send; #define A_surfxml_route_impact_on_dst_with_other_send (surfxml_bufferstack + AX_surfxml_route_impact_on_dst_with_other_send) AT_surfxml_prop_value AX_surfxml_prop_value; #define A_surfxml_prop_value (surfxml_bufferstack + AX_surfxml_prop_value) AT_surfxml_route_impact_on_src_with_other_recv AX_surfxml_route_impact_on_src_with_other_recv; #define A_surfxml_route_impact_on_src_with_other_recv (surfxml_bufferstack + AX_surfxml_route_impact_on_src_with_other_recv) AT_surfxml_link_state_file AX_surfxml_link_state_file; #define A_surfxml_link_state_file (surfxml_bufferstack + AX_surfxml_link_state_file) AT_surfxml_set_prefix AX_surfxml_set_prefix; #define A_surfxml_set_prefix (surfxml_bufferstack + AX_surfxml_set_prefix) AT_surfxml_cluster_power AX_surfxml_cluster_power; #define A_surfxml_cluster_power (surfxml_bufferstack + AX_surfxml_cluster_power) AT_surfxml_process_function AX_surfxml_process_function; #define A_surfxml_process_function (surfxml_bufferstack + AX_surfxml_process_function) AT_surfxml_host_max_outgoing_rate AX_surfxml_host_max_outgoing_rate; #define A_surfxml_host_max_outgoing_rate (surfxml_bufferstack + AX_surfxml_host_max_outgoing_rate) AT_surfxml_link_c_ctn_id AX_surfxml_link_c_ctn_id; #define A_surfxml_link_c_ctn_id (surfxml_bufferstack + AX_surfxml_link_c_ctn_id) AT_surfxml_host_availability AX_surfxml_host_availability; #define A_surfxml_host_availability (surfxml_bufferstack + AX_surfxml_host_availability) AT_surfxml_route_src AX_surfxml_route_src; #define A_surfxml_route_src (surfxml_bufferstack + AX_surfxml_route_src) AT_surfxml_route_c_multi_src AX_surfxml_route_c_multi_src; #define A_surfxml_route_c_multi_src (surfxml_bufferstack + AX_surfxml_route_c_multi_src) AT_surfxml_route_c_multi_action AX_surfxml_route_c_multi_action; #define A_surfxml_route_c_multi_action AX_surfxml_route_c_multi_action AT_surfxml_trace_c_connect_trace AX_surfxml_trace_c_connect_trace; #define A_surfxml_trace_c_connect_trace (surfxml_bufferstack + AX_surfxml_trace_c_connect_trace) AT_surfxml_trace_id AX_surfxml_trace_id; #define A_surfxml_trace_id (surfxml_bufferstack + AX_surfxml_trace_id) AT_surfxml_cluster_radical AX_surfxml_cluster_radical; #define A_surfxml_cluster_radical (surfxml_bufferstack + AX_surfxml_cluster_radical) AT_surfxml_include_file AX_surfxml_include_file; #define A_surfxml_include_file (surfxml_bufferstack + AX_surfxml_include_file) AT_surfxml_random_std_deviation AX_surfxml_random_std_deviation; #define A_surfxml_random_std_deviation (surfxml_bufferstack + AX_surfxml_random_std_deviation) AT_surfxml_trace_c_connect_kind AX_surfxml_trace_c_connect_kind; #define A_surfxml_trace_c_connect_kind AX_surfxml_trace_c_connect_kind AT_surfxml_route_c_multi_dst AX_surfxml_route_c_multi_dst; #define A_surfxml_route_c_multi_dst (surfxml_bufferstack + AX_surfxml_route_c_multi_dst) AT_surfxml_host_state_file AX_surfxml_host_state_file; #define A_surfxml_host_state_file (surfxml_bufferstack + AX_surfxml_host_state_file) AT_surfxml_route_c_multi_symmetric AX_surfxml_route_c_multi_symmetric; #define A_surfxml_route_c_multi_symmetric AX_surfxml_route_c_multi_symmetric AT_surfxml_route_dst AX_surfxml_route_dst; #define A_surfxml_route_dst (surfxml_bufferstack + AX_surfxml_route_dst) AT_surfxml_cluster_bw AX_surfxml_cluster_bw; #define A_surfxml_cluster_bw (surfxml_bufferstack + AX_surfxml_cluster_bw) AT_surfxml_platform_version AX_surfxml_platform_version; #define A_surfxml_platform_version (surfxml_bufferstack + AX_surfxml_platform_version) /* XML state. */ #ifdef FLEX_DEBUG # define ENTER(state) debug_enter(state,#state) # define LEAVE debug_leave() # define SET(state) debug_set(state,#state) static void debug_enter(int, const char*); static void debug_leave(void); static void debug_set(int, const char*); #else # define ENTER(state) (yy_push_state(state)) # define LEAVE (yy_pop_state()) # define SET(state) BEGIN(state) #endif /* Generic actions. */ #define SKIP /*skip*/ #define SUCCEED CLEANUP; return 0 #define FAIL return fail static int fail(const char*, ...); enum {flexml_max_err_msg_size = 512}; static char flexml_err_msg[flexml_max_err_msg_size]; const char * surfxml_parse_err_msg() { return flexml_err_msg; } static void reset_surfxml_parse_err_msg() { flexml_err_msg[0] = '\0'; } /* Cleanup */ static void cleanup(void); #define CLEANUP cleanup() /* Text buffer stack handling. */ char *surfxml_bufferstack = NULL; static int blimit = FLEXML_BUFFERSTACKSIZE; static int bnext = 1; static int *indexstack = NULL; static int ilimit = FLEXML_INDEXSTACKSIZE; static int inext = 1; #define BUFFERSET(P) (P = bnext) #define BUFFERPUTC(C) (ck_blimit(), surfxml_bufferstack[bnext++] = (C)) #define BUFFERDONE (BUFFERPUTC('\0')) #define BUFFERLITERAL(C, P) surfxml_bufferliteral(C, &(P), yytext) /* after this is called, there are at least 2 slots left in the stack */ static int ck_blimit() { if (bnext >= blimit) { blimit += FLEXML_BUFFERSTACKSIZE + 2; { char *temp = (char *) realloc(surfxml_bufferstack, blimit); assert(temp); surfxml_bufferstack = temp; } } return 0; } /* after this is called, there are at least 2 slots left in the stack */ static int ck_ilimit() { if (inext >= ilimit) { ilimit += FLEXML_INDEXSTACKSIZE + 2; { int *temp = (int *) realloc(indexstack, ilimit); assert(temp); indexstack = temp; } } return 0; } #ifdef FLEXML_NEED_BUFFERLIT static void surfxml_bufferliteral(char c, int* pp, const char* text) { const char *s = (c ? strchr(text,c) : text-1), *e = strrchr(text,c); assert(s <= e); BUFFERSET(*pp); while (++s= 2); bnext = indexstack[--inext]; return indexstack[--inext]; } /* General internal entities are `unput' back onto the input stream... */ #define ENTITYTEXT(T) \ { char *s = (T), *e = s+strlen(s);\ while (--e >= s) { unput(*e); }} %} /* Flex standard options. */ %option stack %option noyy_top_state %option noinput %option noreject %option noyymore %option noyywrap /* Flex user-requested options. */ %option yylineno %option nounput /* XML character classes (currently restricted to ASCII). */ /* "Common syntactic structures." */ S [ \t\n\r\f]+ s [ \t\n\r\f]* /* "Names and Tokens." */ NameChar [A-Za-z0-9.:_-] Name [A-Za-z_:]{NameChar}* Names {Name}({S}{Name})* Nmtoken ({NameChar})+ Nmtokens {Nmtoken}({S}{Nmtoken})* /* Miscellaneous. */ VersionNum [a-zA-Z0-9_.:-]+ Eq {s}"="{s} Literal \'[^'']*\'|\"[^""]*\" /* Parser states (flex `exclusive start conditions'): * * PROLOG the XML prolog of the document before * DOCTYPE the XML prolog of the document after * EPILOG after the root element * INCOMMENT inside an XML comment * INPI inside an XML PI * VALUE1 inside a '...'-delimited literal * VALUE2 inside a "..."-delimited literal * CDATA inside a section. * ROOT_ expect root element * AL_ inside the attribute list for * IN_ inside a with element contents (ready for end tag) * IMPOSSIBLE dummy to permit disabling rules; must be last */ %x PROLOG DOCTYPE EPILOG INCOMMENT INPI VALUE1 VALUE2 CDATA %x ROOT_surfxml_platform AL_surfxml_platform S_surfxml_platform S_surfxml_platform_1 S_surfxml_platform_2 S_surfxml_platform_3 S_surfxml_platform_4 S_surfxml_platform_5 E_surfxml_platform %x AL_surfxml_include E_surfxml_include %x AL_surfxml_trace IN_trace %x AL_surfxml_random S_surfxml_random S_surfxml_random_1 S_surfxml_random_2 E_surfxml_random %x AL_surfxml_trace_c_connect E_surfxml_trace_c_connect %x AL_surfxml_set E_surfxml_set %x AL_surfxml_foreach S_surfxml_foreach S_surfxml_foreach_1 E_surfxml_foreach %x AL_surfxml_host S_surfxml_host S_surfxml_host_1 S_surfxml_host_2 E_surfxml_host %x AL_surfxml_prop E_surfxml_prop %x AL_surfxml_cluster E_surfxml_cluster %x AL_surfxml_router E_surfxml_router %x AL_surfxml_link S_surfxml_link S_surfxml_link_1 S_surfxml_link_2 E_surfxml_link %x AL_surfxml_route_c_multi S_surfxml_route_c_multi S_surfxml_route_c_multi_1 S_surfxml_route_c_multi_2 E_surfxml_route_c_multi %x AL_surfxml_route S_surfxml_route S_surfxml_route_1 S_surfxml_route_2 E_surfxml_route %x AL_surfxml_link_c_ctn E_surfxml_link_c_ctn %x AL_surfxml_process S_surfxml_process S_surfxml_process_1 S_surfxml_process_2 E_surfxml_process %x AL_surfxml_argument E_surfxml_argument %x IMPOSSIBLE %{ /* State names. */ const char* *surfxml_statenames=NULL; %} %% /* Bypass Flex's default INITIAL state and begin by parsing the XML prolog. */ SET(PROLOG); reset_surfxml_parse_err_msg(); surfxml_bufferstack = (char *) malloc(FLEXML_BUFFERSTACKSIZE); assert(surfxml_bufferstack); #ifdef FLEX_DEBUG { int i; for (i = 0; i < blimit; i++) { surfxml_bufferstack[i] = '\377'; } } #endif surfxml_bufferstack[0] = '\0'; indexstack = (int *) malloc(FLEXML_INDEXSTACKSIZE * sizeof(int)); assert(indexstack); indexstack[0] = 0; /* FleXML_init */ bnext = inext = 1; surfxml_bufferliteral('\0', &bnext, "0.0"); surfxml_bufferliteral('\0', &bnext, "http://simgrid.gforge.inria.fr/"); surfxml_bufferliteral('\0', &bnext, "http://simgrid.gforge.inria.fr/"); surfxml_bufferliteral('\0', &bnext, "1.0"); surfxml_bufferliteral('\0', &bnext, "1.0"); surfxml_bufferliteral('\0', &bnext, "1.0"); surfxml_bufferliteral('\0', &bnext, "1.0"); surfxml_bufferliteral('\0', &bnext, "-1.0"); surfxml_bufferliteral('\0', &bnext, "0.0"); surfxml_bufferliteral('\0', &bnext, "0.0"); surfxml_bufferliteral('\0', &bnext, "0.0"); surfxml_bufferliteral('\0', &bnext, "0.0"); surfxml_bufferliteral('\0', &bnext, "0.0"); surfxml_bufferliteral('\0', &bnext, "-1.0"); surfxml_bufferliteral('\0', &bnext, "-1.0"); if(!surfxml_statenames) {surfxml_statenames= (const char **)calloc(IMPOSSIBLE,sizeof(char*)); surfxml_statenames[PROLOG] = NULL; surfxml_statenames[DOCTYPE] = NULL; surfxml_statenames[EPILOG] = NULL; surfxml_statenames[INCOMMENT] = NULL; surfxml_statenames[INPI] = NULL; surfxml_statenames[VALUE1] = NULL; surfxml_statenames[VALUE2] = NULL; surfxml_statenames[CDATA] = NULL; surfxml_statenames[ROOT_surfxml_platform] = NULL; surfxml_statenames[AL_surfxml_platform] = NULL; surfxml_statenames[S_surfxml_platform] = "platform"; surfxml_statenames[S_surfxml_platform_1] = "platform"; surfxml_statenames[S_surfxml_platform_2] = "platform"; surfxml_statenames[S_surfxml_platform_3] = "platform"; surfxml_statenames[S_surfxml_platform_4] = "platform"; surfxml_statenames[S_surfxml_platform_5] = "platform"; surfxml_statenames[E_surfxml_platform] = "platform"; surfxml_statenames[AL_surfxml_include] = NULL; surfxml_statenames[E_surfxml_include] = "include"; surfxml_statenames[AL_surfxml_trace] = NULL; surfxml_statenames[IN_trace] = "trace"; surfxml_statenames[AL_surfxml_random] = NULL; surfxml_statenames[S_surfxml_random] = "random"; surfxml_statenames[S_surfxml_random_1] = "random"; surfxml_statenames[S_surfxml_random_2] = "random"; surfxml_statenames[E_surfxml_random] = "random"; surfxml_statenames[AL_surfxml_trace_c_connect] = NULL; surfxml_statenames[E_surfxml_trace_c_connect] = "trace:connect"; surfxml_statenames[AL_surfxml_set] = NULL; surfxml_statenames[E_surfxml_set] = "set"; surfxml_statenames[AL_surfxml_foreach] = NULL; surfxml_statenames[S_surfxml_foreach] = "foreach"; surfxml_statenames[S_surfxml_foreach_1] = "foreach"; surfxml_statenames[E_surfxml_foreach] = "foreach"; surfxml_statenames[AL_surfxml_host] = NULL; surfxml_statenames[S_surfxml_host] = "host"; surfxml_statenames[S_surfxml_host_1] = "host"; surfxml_statenames[S_surfxml_host_2] = "host"; surfxml_statenames[E_surfxml_host] = "host"; surfxml_statenames[AL_surfxml_prop] = NULL; surfxml_statenames[E_surfxml_prop] = "prop"; surfxml_statenames[AL_surfxml_cluster] = NULL; surfxml_statenames[E_surfxml_cluster] = "cluster"; surfxml_statenames[AL_surfxml_router] = NULL; surfxml_statenames[E_surfxml_router] = "router"; surfxml_statenames[AL_surfxml_link] = NULL; surfxml_statenames[S_surfxml_link] = "link"; surfxml_statenames[S_surfxml_link_1] = "link"; surfxml_statenames[S_surfxml_link_2] = "link"; surfxml_statenames[E_surfxml_link] = "link"; surfxml_statenames[AL_surfxml_route_c_multi] = NULL; surfxml_statenames[S_surfxml_route_c_multi] = "route:multi"; surfxml_statenames[S_surfxml_route_c_multi_1] = "route:multi"; surfxml_statenames[S_surfxml_route_c_multi_2] = "route:multi"; surfxml_statenames[E_surfxml_route_c_multi] = "route:multi"; surfxml_statenames[AL_surfxml_route] = NULL; surfxml_statenames[S_surfxml_route] = "route"; surfxml_statenames[S_surfxml_route_1] = "route"; surfxml_statenames[S_surfxml_route_2] = "route"; surfxml_statenames[E_surfxml_route] = "route"; surfxml_statenames[AL_surfxml_link_c_ctn] = NULL; surfxml_statenames[E_surfxml_link_c_ctn] = "link:ctn"; surfxml_statenames[AL_surfxml_process] = NULL; surfxml_statenames[S_surfxml_process] = "process"; surfxml_statenames[S_surfxml_process_1] = "process"; surfxml_statenames[S_surfxml_process_2] = "process"; surfxml_statenames[E_surfxml_process] = "process"; surfxml_statenames[AL_surfxml_argument] = NULL; surfxml_statenames[E_surfxml_argument] = "argument"; } /* COMMENTS and PIs: handled uniformly for efficiency. */ { "" LEAVE; "--" | . | \n SKIP; <> FAIL("EOF in comment."); } { "?>" LEAVE; . | \n SKIP; <> FAIL("EOF in PI (processing instruction)."); } /* SPACES: skipped uniformly */ {S} SKIP; /* PROLOG: determine root element and process it. */ { "" SET(DOCTYPE); "]*">" FAIL("Bad declaration %s.",yytext); } { "" SET(ROOT_surfxml_platform); "-][^>]*">" FAIL("Bad declaration %s.",yytext); . FAIL("Unexpected character `%c' in prolog.", yytext[0]); <> FAIL("EOF in prolog."); } /* RULES DERIVED FROM DTD. */ /* */ " is not allowed here."); "{ "version"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_platform_version); "version"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_platform_version); "xmlns:link"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_platform_xmlns_c_link); "xmlns:link"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_platform_xmlns_c_link); "xmlns:route"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_platform_xmlns_c_route); "xmlns:route"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_platform_xmlns_c_route); ">" { LEAVE; STag_surfxml_platform();surfxml_pcdata_ix = 0; ENTER(S_surfxml_platform); } "/>" { LEAVE; STag_surfxml_platform(); surfxml_pcdata_ix = 0; ETag_surfxml_platform(); popbuffer(); /* attribute */ switch (YY_START) { case ROOT_surfxml_platform: SET(EPILOG); break; } } . FAIL("Unexpected character `%c' in attribute list of platform element.", yytext[0]); {Name} FAIL("Bad attribute `%s' in `platform' element start tag.",yytext); <> FAIL("EOF in attribute list of `platform' element."); } { "" { LEAVE; ETag_surfxml_platform(); popbuffer(); /* attribute */ switch (YY_START) { case ROOT_surfxml_platform: SET(EPILOG); break; } } "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); . FAIL("Unexpected character `%c': `' expected.",yytext[0]); <> FAIL("Premature EOF: `' expected."); } " is not allowed here."); "{ "file"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_include_file); "file"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_include_file); ">" { if (!AX_surfxml_include_file) FAIL("Required attribute `file' not set for `include' element."); LEAVE; STag_surfxml_include();surfxml_pcdata_ix = 0; ENTER(E_surfxml_include); } "/>" { if (!AX_surfxml_include_file) FAIL("Required attribute `file' not set for `include' element."); LEAVE; STag_surfxml_include(); surfxml_pcdata_ix = 0; ETag_surfxml_include(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform_3: case S_surfxml_platform: case S_surfxml_platform_4: SET(S_surfxml_platform_5); break; case S_surfxml_platform_2: SET(S_surfxml_platform_3); break; } } . FAIL("Unexpected character `%c' in attribute list of include element.", yytext[0]); {Name} FAIL("Bad attribute `%s' in `include' element start tag.",yytext); <> FAIL("EOF in attribute list of `include' element."); } { "" { LEAVE; ETag_surfxml_include(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform_3: case S_surfxml_platform: case S_surfxml_platform_4: SET(S_surfxml_platform_5); break; case S_surfxml_platform_2: SET(S_surfxml_platform_3); break; } } "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); . FAIL("Unexpected character `%c': `' expected.",yytext[0]); <> FAIL("Premature EOF: `' expected."); } " is not allowed here."); "{ "id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_trace_id); "id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_trace_id); "file"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_trace_file); "file"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_trace_file); "periodicity"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_trace_periodicity); "periodicity"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_trace_periodicity); ">" { if (!AX_surfxml_trace_id) FAIL("Required attribute `id' not set for `trace' element."); if (!AX_surfxml_trace_periodicity) FAIL("Required attribute `periodicity' not set for `trace' element."); LEAVE; STag_surfxml_trace();pushbuffer(surfxml_pcdata_ix); BUFFERSET(surfxml_pcdata_ix);; ENTER(IN_trace); } "/>" { if (!AX_surfxml_trace_id) FAIL("Required attribute `id' not set for `trace' element."); if (!AX_surfxml_trace_periodicity) FAIL("Required attribute `periodicity' not set for `trace' element."); LEAVE; STag_surfxml_trace(); surfxml_pcdata_ix = 0; ETag_surfxml_trace(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_2: case S_surfxml_platform_3: case S_surfxml_platform: SET(S_surfxml_platform_3); break; } } . FAIL("Unexpected character `%c' in attribute list of trace element.", yytext[0]); {Name} FAIL("Bad attribute `%s' in `trace' element start tag.",yytext); <> FAIL("EOF in attribute list of `trace' element."); } { "" { LEAVE; BUFFERDONE; ETag_surfxml_trace(); surfxml_pcdata_ix = popbuffer(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_2: case S_surfxml_platform_3: case S_surfxml_platform: SET(S_surfxml_platform_3); break; } } "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); <> FAIL("Premature EOF: `' expected."); } " is not allowed here."); "{ "id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_random_id); "id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_random_id); "min"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_random_min); "min"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_random_min); "max"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_random_max); "max"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_random_max); "mean"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_random_mean); "mean"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_random_mean); "std_deviation"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_random_std_deviation); "std_deviation"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_random_std_deviation); "generator"{Eq}"'DRAND48'" | "generator"{Eq}"\"DRAND48\"" A_surfxml_random_generator = A_surfxml_random_generator_DRAND48; "generator"{Eq}"'RAND'" | "generator"{Eq}"\"RAND\"" A_surfxml_random_generator = A_surfxml_random_generator_RAND; ">" { if (!AX_surfxml_random_id) FAIL("Required attribute `id' not set for `random' element."); if (!AX_surfxml_random_min) FAIL("Required attribute `min' not set for `random' element."); if (!AX_surfxml_random_max) FAIL("Required attribute `max' not set for `random' element."); if (!AX_surfxml_random_mean) FAIL("Required attribute `mean' not set for `random' element."); if (!AX_surfxml_random_std_deviation) FAIL("Required attribute `std_deviation' not set for `random' element."); LEAVE; STag_surfxml_random();surfxml_pcdata_ix = 0; ENTER(S_surfxml_random); } "/>" { if (!AX_surfxml_random_id) FAIL("Required attribute `id' not set for `random' element."); if (!AX_surfxml_random_min) FAIL("Required attribute `min' not set for `random' element."); if (!AX_surfxml_random_max) FAIL("Required attribute `max' not set for `random' element."); if (!AX_surfxml_random_mean) FAIL("Required attribute `mean' not set for `random' element."); if (!AX_surfxml_random_std_deviation) FAIL("Required attribute `std_deviation' not set for `random' element."); LEAVE; STag_surfxml_random(); surfxml_pcdata_ix = 0; ETag_surfxml_random(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_2: case S_surfxml_platform_3: case S_surfxml_platform: SET(S_surfxml_platform_3); break; } } . FAIL("Unexpected character `%c' in attribute list of random element.", yytext[0]); {Name} FAIL("Bad attribute `%s' in `random' element start tag.",yytext); <> FAIL("EOF in attribute list of `random' element."); } { "" { LEAVE; ETag_surfxml_random(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_2: case S_surfxml_platform_3: case S_surfxml_platform: SET(S_surfxml_platform_3); break; } } "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); . FAIL("Unexpected character `%c': `' expected.",yytext[0]); <> FAIL("Premature EOF: `' expected."); } " is not allowed here."); "{ "kind"{Eq}"'HOST_AVAIL'" | "kind"{Eq}"\"HOST_AVAIL\"" A_surfxml_trace_c_connect_kind = A_surfxml_trace_c_connect_kind_HOST_AVAIL; "kind"{Eq}"'POWER'" | "kind"{Eq}"\"POWER\"" A_surfxml_trace_c_connect_kind = A_surfxml_trace_c_connect_kind_POWER; "kind"{Eq}"'LINK_AVAIL'" | "kind"{Eq}"\"LINK_AVAIL\"" A_surfxml_trace_c_connect_kind = A_surfxml_trace_c_connect_kind_LINK_AVAIL; "kind"{Eq}"'BANDWIDTH'" | "kind"{Eq}"\"BANDWIDTH\"" A_surfxml_trace_c_connect_kind = A_surfxml_trace_c_connect_kind_BANDWIDTH; "kind"{Eq}"'LATENCY'" | "kind"{Eq}"\"LATENCY\"" A_surfxml_trace_c_connect_kind = A_surfxml_trace_c_connect_kind_LATENCY; "trace"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_trace_c_connect_trace); "trace"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_trace_c_connect_trace); "element"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_trace_c_connect_element); "element"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_trace_c_connect_element); ">" { if (!AX_surfxml_trace_c_connect_trace) FAIL("Required attribute `trace' not set for `trace:connect' element."); if (!AX_surfxml_trace_c_connect_element) FAIL("Required attribute `element' not set for `trace:connect' element."); LEAVE; STag_surfxml_trace_c_connect();surfxml_pcdata_ix = 0; ENTER(E_surfxml_trace_c_connect); } "/>" { if (!AX_surfxml_trace_c_connect_trace) FAIL("Required attribute `trace' not set for `trace:connect' element."); if (!AX_surfxml_trace_c_connect_element) FAIL("Required attribute `element' not set for `trace:connect' element."); LEAVE; STag_surfxml_trace_c_connect(); surfxml_pcdata_ix = 0; ETag_surfxml_trace_c_connect(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform_3: case S_surfxml_platform: case S_surfxml_platform_4: SET(S_surfxml_platform_5); break; case S_surfxml_platform_2: SET(S_surfxml_platform_3); break; } } . FAIL("Unexpected character `%c' in attribute list of trace:connect element.", yytext[0]); {Name} FAIL("Bad attribute `%s' in `trace:connect' element start tag.",yytext); <> FAIL("EOF in attribute list of `trace:connect' element."); } { "" { LEAVE; ETag_surfxml_trace_c_connect(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform_3: case S_surfxml_platform: case S_surfxml_platform_4: SET(S_surfxml_platform_5); break; case S_surfxml_platform_2: SET(S_surfxml_platform_3); break; } } "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); . FAIL("Unexpected character `%c': `' expected.",yytext[0]); <> FAIL("Premature EOF: `' expected."); } " is not allowed here."); "{ "id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_set_id); "id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_set_id); "prefix"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_set_prefix); "prefix"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_set_prefix); "suffix"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_set_suffix); "suffix"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_set_suffix); "radical"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_set_radical); "radical"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_set_radical); ">" { if (!AX_surfxml_set_id) FAIL("Required attribute `id' not set for `set' element."); if (!AX_surfxml_set_prefix) FAIL("Required attribute `prefix' not set for `set' element."); if (!AX_surfxml_set_suffix) FAIL("Required attribute `suffix' not set for `set' element."); if (!AX_surfxml_set_radical) FAIL("Required attribute `radical' not set for `set' element."); LEAVE; STag_surfxml_set();surfxml_pcdata_ix = 0; ENTER(E_surfxml_set); } "/>" { if (!AX_surfxml_set_id) FAIL("Required attribute `id' not set for `set' element."); if (!AX_surfxml_set_prefix) FAIL("Required attribute `prefix' not set for `set' element."); if (!AX_surfxml_set_suffix) FAIL("Required attribute `suffix' not set for `set' element."); if (!AX_surfxml_set_radical) FAIL("Required attribute `radical' not set for `set' element."); LEAVE; STag_surfxml_set(); surfxml_pcdata_ix = 0; ETag_surfxml_set(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_2: case S_surfxml_platform_3: case S_surfxml_platform: SET(S_surfxml_platform_3); break; } } . FAIL("Unexpected character `%c' in attribute list of set element.", yytext[0]); {Name} FAIL("Bad attribute `%s' in `set' element start tag.",yytext); <> FAIL("EOF in attribute list of `set' element."); } { "" { LEAVE; ETag_surfxml_set(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_2: case S_surfxml_platform_3: case S_surfxml_platform: SET(S_surfxml_platform_3); break; } } "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); . FAIL("Unexpected character `%c': `' expected.",yytext[0]); <> FAIL("Premature EOF: `' expected."); } " is not allowed here."); "{ "set_id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_foreach_set_id); "set_id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_foreach_set_id); ">" { if (!AX_surfxml_foreach_set_id) FAIL("Required attribute `set_id' not set for `foreach' element."); LEAVE; STag_surfxml_foreach();surfxml_pcdata_ix = 0; ENTER(S_surfxml_foreach); } "/>" FAIL("`foreach' element cannot be empty."); . FAIL("Unexpected character `%c' in attribute list of foreach element.", yytext[0]); {Name} FAIL("Bad attribute `%s' in `foreach' element start tag.",yytext); <> FAIL("EOF in attribute list of `foreach' element."); } { "" { LEAVE; ETag_surfxml_foreach(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_2: case S_surfxml_platform_3: case S_surfxml_platform: SET(S_surfxml_platform_3); break; } } "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); . FAIL("Unexpected character `%c': `' expected.",yytext[0]); <> FAIL("Premature EOF: `' expected."); } " is not allowed here."); "{ "id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_host_id); "id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_host_id); "power"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_host_power); "power"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_host_power); "availability"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_host_availability); "availability"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_host_availability); "availability_file"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_host_availability_file); "availability_file"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_host_availability_file); "state"{Eq}"'ON'" | "state"{Eq}"\"ON\"" A_surfxml_host_state = A_surfxml_host_state_ON; "state"{Eq}"'OFF'" | "state"{Eq}"\"OFF\"" A_surfxml_host_state = A_surfxml_host_state_OFF; "state_file"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_host_state_file); "state_file"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_host_state_file); "interference_send"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_host_interference_send); "interference_send"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_host_interference_send); "interference_recv"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_host_interference_recv); "interference_recv"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_host_interference_recv); "interference_send_recv"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_host_interference_send_recv); "interference_send_recv"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_host_interference_send_recv); "max_outgoing_rate"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_host_max_outgoing_rate); "max_outgoing_rate"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_host_max_outgoing_rate); ">" { if (!AX_surfxml_host_id) FAIL("Required attribute `id' not set for `host' element."); if (!AX_surfxml_host_power) FAIL("Required attribute `power' not set for `host' element."); LEAVE; STag_surfxml_host();surfxml_pcdata_ix = 0; ENTER(S_surfxml_host); } "/>" { if (!AX_surfxml_host_id) FAIL("Required attribute `id' not set for `host' element."); if (!AX_surfxml_host_power) FAIL("Required attribute `power' not set for `host' element."); LEAVE; STag_surfxml_host(); surfxml_pcdata_ix = 0; ETag_surfxml_host(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_2: case S_surfxml_platform_3: case S_surfxml_platform: SET(S_surfxml_platform_3); break; case S_surfxml_foreach: SET(S_surfxml_foreach_1); break; } } . FAIL("Unexpected character `%c' in attribute list of host element.", yytext[0]); {Name} FAIL("Bad attribute `%s' in `host' element start tag.",yytext); <> FAIL("EOF in attribute list of `host' element."); } { "" { LEAVE; ETag_surfxml_host(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_2: case S_surfxml_platform_3: case S_surfxml_platform: SET(S_surfxml_platform_3); break; case S_surfxml_foreach: SET(S_surfxml_foreach_1); break; } } "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); . FAIL("Unexpected character `%c': `' expected.",yytext[0]); <> FAIL("Premature EOF: `' expected."); } " is not allowed here."); "{ "id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_prop_id); "id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_prop_id); "value"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_prop_value); "value"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_prop_value); ">" { if (!AX_surfxml_prop_id) FAIL("Required attribute `id' not set for `prop' element."); if (!AX_surfxml_prop_value) FAIL("Required attribute `value' not set for `prop' element."); LEAVE; STag_surfxml_prop();surfxml_pcdata_ix = 0; ENTER(E_surfxml_prop); } "/>" { if (!AX_surfxml_prop_id) FAIL("Required attribute `id' not set for `prop' element."); if (!AX_surfxml_prop_value) FAIL("Required attribute `value' not set for `prop' element."); LEAVE; STag_surfxml_prop(); surfxml_pcdata_ix = 0; ETag_surfxml_prop(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_random: case S_surfxml_random_2: case S_surfxml_random_1: SET(S_surfxml_random_2); break; case S_surfxml_process_1: case S_surfxml_process: case S_surfxml_process_2: SET(S_surfxml_process_2); break; case S_surfxml_host: case S_surfxml_host_1: case S_surfxml_host_2: SET(S_surfxml_host_2); break; case S_surfxml_link_1: case S_surfxml_link_2: case S_surfxml_link: SET(S_surfxml_link_2); break; } } . FAIL("Unexpected character `%c' in attribute list of prop element.", yytext[0]); {Name} FAIL("Bad attribute `%s' in `prop' element start tag.",yytext); <> FAIL("EOF in attribute list of `prop' element."); } { "" { LEAVE; ETag_surfxml_prop(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_random: case S_surfxml_random_2: case S_surfxml_random_1: SET(S_surfxml_random_2); break; case S_surfxml_process_1: case S_surfxml_process: case S_surfxml_process_2: SET(S_surfxml_process_2); break; case S_surfxml_host: case S_surfxml_host_1: case S_surfxml_host_2: SET(S_surfxml_host_2); break; case S_surfxml_link_1: case S_surfxml_link_2: case S_surfxml_link: SET(S_surfxml_link_2); break; } } "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); . FAIL("Unexpected character `%c': `' expected.",yytext[0]); <> FAIL("Premature EOF: `' expected."); } " is not allowed here."); "{ "id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_id); "id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_id); "prefix"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_prefix); "prefix"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_prefix); "suffix"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_suffix); "suffix"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_suffix); "radical"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_radical); "radical"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_radical); "power"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_power); "power"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_power); "bw"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_bw); "bw"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_bw); "lat"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_lat); "lat"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_lat); "bb_bw"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_bb_bw); "bb_bw"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_bb_bw); "bb_lat"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_bb_lat); "bb_lat"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_bb_lat); ">" { if (!AX_surfxml_cluster_id) FAIL("Required attribute `id' not set for `cluster' element."); if (!AX_surfxml_cluster_prefix) FAIL("Required attribute `prefix' not set for `cluster' element."); if (!AX_surfxml_cluster_suffix) FAIL("Required attribute `suffix' not set for `cluster' element."); if (!AX_surfxml_cluster_radical) FAIL("Required attribute `radical' not set for `cluster' element."); if (!AX_surfxml_cluster_power) FAIL("Required attribute `power' not set for `cluster' element."); if (!AX_surfxml_cluster_bw) FAIL("Required attribute `bw' not set for `cluster' element."); if (!AX_surfxml_cluster_lat) FAIL("Required attribute `lat' not set for `cluster' element."); if (!AX_surfxml_cluster_bb_bw) FAIL("Required attribute `bb_bw' not set for `cluster' element."); if (!AX_surfxml_cluster_bb_lat) FAIL("Required attribute `bb_lat' not set for `cluster' element."); LEAVE; STag_surfxml_cluster();surfxml_pcdata_ix = 0; ENTER(E_surfxml_cluster); } "/>" { if (!AX_surfxml_cluster_id) FAIL("Required attribute `id' not set for `cluster' element."); if (!AX_surfxml_cluster_prefix) FAIL("Required attribute `prefix' not set for `cluster' element."); if (!AX_surfxml_cluster_suffix) FAIL("Required attribute `suffix' not set for `cluster' element."); if (!AX_surfxml_cluster_radical) FAIL("Required attribute `radical' not set for `cluster' element."); if (!AX_surfxml_cluster_power) FAIL("Required attribute `power' not set for `cluster' element."); if (!AX_surfxml_cluster_bw) FAIL("Required attribute `bw' not set for `cluster' element."); if (!AX_surfxml_cluster_lat) FAIL("Required attribute `lat' not set for `cluster' element."); if (!AX_surfxml_cluster_bb_bw) FAIL("Required attribute `bb_bw' not set for `cluster' element."); if (!AX_surfxml_cluster_bb_lat) FAIL("Required attribute `bb_lat' not set for `cluster' element."); LEAVE; STag_surfxml_cluster(); surfxml_pcdata_ix = 0; ETag_surfxml_cluster(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_2: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_3); break; } } . FAIL("Unexpected character `%c' in attribute list of cluster element.", yytext[0]); {Name} FAIL("Bad attribute `%s' in `cluster' element start tag.",yytext); <> FAIL("EOF in attribute list of `cluster' element."); } { "" { LEAVE; ETag_surfxml_cluster(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_2: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_3); break; } } "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); . FAIL("Unexpected character `%c': `' expected.",yytext[0]); <> FAIL("Premature EOF: `' expected."); } " is not allowed here."); "{ "id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_router_id); "id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_router_id); ">" { if (!AX_surfxml_router_id) FAIL("Required attribute `id' not set for `router' element."); LEAVE; STag_surfxml_router();surfxml_pcdata_ix = 0; ENTER(E_surfxml_router); } "/>" { if (!AX_surfxml_router_id) FAIL("Required attribute `id' not set for `router' element."); LEAVE; STag_surfxml_router(); surfxml_pcdata_ix = 0; ETag_surfxml_router(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_2: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_3); break; } } . FAIL("Unexpected character `%c' in attribute list of router element.", yytext[0]); {Name} FAIL("Bad attribute `%s' in `router' element start tag.",yytext); <> FAIL("EOF in attribute list of `router' element."); } { "" { LEAVE; ETag_surfxml_router(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_2: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_3); break; } } "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); . FAIL("Unexpected character `%c': `' expected.",yytext[0]); <> FAIL("Premature EOF: `' expected."); } " is not allowed here."); "{ "id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_link_id); "id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_link_id); "bandwidth"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_link_bandwidth); "bandwidth"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_link_bandwidth); "bandwidth_file"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_link_bandwidth_file); "bandwidth_file"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_link_bandwidth_file); "latency"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_link_latency); "latency"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_link_latency); "latency_file"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_link_latency_file); "latency_file"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_link_latency_file); "state"{Eq}"'ON'" | "state"{Eq}"\"ON\"" A_surfxml_link_state = A_surfxml_link_state_ON; "state"{Eq}"'OFF'" | "state"{Eq}"\"OFF\"" A_surfxml_link_state = A_surfxml_link_state_OFF; "state_file"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_link_state_file); "state_file"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_link_state_file); "sharing_policy"{Eq}"'SHARED'" | "sharing_policy"{Eq}"\"SHARED\"" A_surfxml_link_sharing_policy = A_surfxml_link_sharing_policy_SHARED; "sharing_policy"{Eq}"'FATPIPE'" | "sharing_policy"{Eq}"\"FATPIPE\"" A_surfxml_link_sharing_policy = A_surfxml_link_sharing_policy_FATPIPE; ">" { if (!AX_surfxml_link_id) FAIL("Required attribute `id' not set for `link' element."); if (!AX_surfxml_link_bandwidth) FAIL("Required attribute `bandwidth' not set for `link' element."); LEAVE; STag_surfxml_link();surfxml_pcdata_ix = 0; ENTER(S_surfxml_link); } "/>" { if (!AX_surfxml_link_id) FAIL("Required attribute `id' not set for `link' element."); if (!AX_surfxml_link_bandwidth) FAIL("Required attribute `bandwidth' not set for `link' element."); LEAVE; STag_surfxml_link(); surfxml_pcdata_ix = 0; ETag_surfxml_link(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_foreach: case S_surfxml_foreach_1: SET(E_surfxml_foreach); break; case S_surfxml_platform_2: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_3); break; } } . FAIL("Unexpected character `%c' in attribute list of link element.", yytext[0]); {Name} FAIL("Bad attribute `%s' in `link' element start tag.",yytext); <> FAIL("EOF in attribute list of `link' element."); } { "" { LEAVE; ETag_surfxml_link(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_foreach: case S_surfxml_foreach_1: SET(E_surfxml_foreach); break; case S_surfxml_platform_2: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_3); break; } } "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); . FAIL("Unexpected character `%c': `' expected.",yytext[0]); <> FAIL("Premature EOF: `' expected."); } " is not allowed here."); "{ "src"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_route_c_multi_src); "src"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_route_c_multi_src); "dst"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_route_c_multi_dst); "dst"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_route_c_multi_dst); "action"{Eq}"'POSTPEND'" | "action"{Eq}"\"POSTPEND\"" A_surfxml_route_c_multi_action = A_surfxml_route_c_multi_action_POSTPEND; "action"{Eq}"'PREPEND'" | "action"{Eq}"\"PREPEND\"" A_surfxml_route_c_multi_action = A_surfxml_route_c_multi_action_PREPEND; "action"{Eq}"'OVERRIDE'" | "action"{Eq}"\"OVERRIDE\"" A_surfxml_route_c_multi_action = A_surfxml_route_c_multi_action_OVERRIDE; "symmetric"{Eq}"'YES'" | "symmetric"{Eq}"\"YES\"" A_surfxml_route_c_multi_symmetric = A_surfxml_route_c_multi_symmetric_YES; "symmetric"{Eq}"'NO'" | "symmetric"{Eq}"\"NO\"" A_surfxml_route_c_multi_symmetric = A_surfxml_route_c_multi_symmetric_NO; ">" { if (!AX_surfxml_route_c_multi_src) FAIL("Required attribute `src' not set for `route:multi' element."); if (!AX_surfxml_route_c_multi_dst) FAIL("Required attribute `dst' not set for `route:multi' element."); LEAVE; STag_surfxml_route_c_multi();surfxml_pcdata_ix = 0; ENTER(S_surfxml_route_c_multi); } "/>" FAIL("`route:multi' element cannot be empty."); . FAIL("Unexpected character `%c' in attribute list of route:multi element.", yytext[0]); {Name} FAIL("Bad attribute `%s' in `route:multi' element start tag.",yytext); <> FAIL("EOF in attribute list of `route:multi' element."); } { "" { LEAVE; ETag_surfxml_route_c_multi(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_3: case S_surfxml_platform_4: SET(S_surfxml_platform_5); break; } } "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); . FAIL("Unexpected character `%c': `' expected.",yytext[0]); <> FAIL("Premature EOF: `' expected."); } " is not allowed here."); "{ "src"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_route_src); "src"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_route_src); "dst"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_route_dst); "dst"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_route_dst); "impact_on_src"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_route_impact_on_src); "impact_on_src"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_route_impact_on_src); "impact_on_dst"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_route_impact_on_dst); "impact_on_dst"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_route_impact_on_dst); "impact_on_src_with_other_recv"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_route_impact_on_src_with_other_recv); "impact_on_src_with_other_recv"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_route_impact_on_src_with_other_recv); "impact_on_dst_with_other_send"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_route_impact_on_dst_with_other_send); "impact_on_dst_with_other_send"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_route_impact_on_dst_with_other_send); "action"{Eq}"'POSTPEND'" | "action"{Eq}"\"POSTPEND\"" A_surfxml_route_action = A_surfxml_route_action_POSTPEND; "action"{Eq}"'PREPEND'" | "action"{Eq}"\"PREPEND\"" A_surfxml_route_action = A_surfxml_route_action_PREPEND; "action"{Eq}"'OVERRIDE'" | "action"{Eq}"\"OVERRIDE\"" A_surfxml_route_action = A_surfxml_route_action_OVERRIDE; ">" { if (!AX_surfxml_route_src) FAIL("Required attribute `src' not set for `route' element."); if (!AX_surfxml_route_dst) FAIL("Required attribute `dst' not set for `route' element."); LEAVE; STag_surfxml_route();surfxml_pcdata_ix = 0; ENTER(S_surfxml_route); } "/>" { if (!AX_surfxml_route_src) FAIL("Required attribute `src' not set for `route' element."); if (!AX_surfxml_route_dst) FAIL("Required attribute `dst' not set for `route' element."); LEAVE; STag_surfxml_route(); surfxml_pcdata_ix = 0; ETag_surfxml_route(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_3: case S_surfxml_platform_4: SET(S_surfxml_platform_5); break; } } . FAIL("Unexpected character `%c' in attribute list of route element.", yytext[0]); {Name} FAIL("Bad attribute `%s' in `route' element start tag.",yytext); <> FAIL("EOF in attribute list of `route' element."); } { "" { LEAVE; ETag_surfxml_route(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_3: case S_surfxml_platform_4: SET(S_surfxml_platform_5); break; } } "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); . FAIL("Unexpected character `%c': `' expected.",yytext[0]); <> FAIL("Premature EOF: `' expected."); } " is not allowed here."); "{ "id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_link_c_ctn_id); "id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_link_c_ctn_id); ">" { if (!AX_surfxml_link_c_ctn_id) FAIL("Required attribute `id' not set for `link:ctn' element."); LEAVE; STag_surfxml_link_c_ctn();surfxml_pcdata_ix = 0; ENTER(E_surfxml_link_c_ctn); } "/>" { if (!AX_surfxml_link_c_ctn_id) FAIL("Required attribute `id' not set for `link:ctn' element."); LEAVE; STag_surfxml_link_c_ctn(); surfxml_pcdata_ix = 0; ETag_surfxml_link_c_ctn(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_route_1: case S_surfxml_route: case S_surfxml_route_2: SET(S_surfxml_route_2); break; case S_surfxml_route_c_multi_2: case S_surfxml_route_c_multi_1: case S_surfxml_route_c_multi: SET(S_surfxml_route_c_multi_2); break; } } . FAIL("Unexpected character `%c' in attribute list of link:ctn element.", yytext[0]); {Name} FAIL("Bad attribute `%s' in `link:ctn' element start tag.",yytext); <> FAIL("EOF in attribute list of `link:ctn' element."); } { "" { LEAVE; ETag_surfxml_link_c_ctn(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_route_1: case S_surfxml_route: case S_surfxml_route_2: SET(S_surfxml_route_2); break; case S_surfxml_route_c_multi_2: case S_surfxml_route_c_multi_1: case S_surfxml_route_c_multi: SET(S_surfxml_route_c_multi_2); break; } } "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); . FAIL("Unexpected character `%c': `' expected.",yytext[0]); <> FAIL("Premature EOF: `' expected."); } " is not allowed here."); "{ "host"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_process_host); "host"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_process_host); "function"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_process_function); "function"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_process_function); "start_time"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_process_start_time); "start_time"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_process_start_time); "kill_time"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_process_kill_time); "kill_time"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_process_kill_time); ">" { if (!AX_surfxml_process_host) FAIL("Required attribute `host' not set for `process' element."); if (!AX_surfxml_process_function) FAIL("Required attribute `function' not set for `process' element."); LEAVE; STag_surfxml_process();surfxml_pcdata_ix = 0; ENTER(S_surfxml_process); } "/>" { if (!AX_surfxml_process_host) FAIL("Required attribute `host' not set for `process' element."); if (!AX_surfxml_process_function) FAIL("Required attribute `function' not set for `process' element."); LEAVE; STag_surfxml_process(); surfxml_pcdata_ix = 0; ETag_surfxml_process(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_3: case S_surfxml_platform_4: SET(S_surfxml_platform_5); break; } } . FAIL("Unexpected character `%c' in attribute list of process element.", yytext[0]); {Name} FAIL("Bad attribute `%s' in `process' element start tag.",yytext); <> FAIL("EOF in attribute list of `process' element."); } { "" { LEAVE; ETag_surfxml_process(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_3: case S_surfxml_platform_4: SET(S_surfxml_platform_5); break; } } "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); . FAIL("Unexpected character `%c': `' expected.",yytext[0]); <> FAIL("Premature EOF: `' expected."); } " is not allowed here."); "{ "value"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_argument_value); "value"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_argument_value); ">" { if (!AX_surfxml_argument_value) FAIL("Required attribute `value' not set for `argument' element."); LEAVE; STag_surfxml_argument();surfxml_pcdata_ix = 0; ENTER(E_surfxml_argument); } "/>" { if (!AX_surfxml_argument_value) FAIL("Required attribute `value' not set for `argument' element."); LEAVE; STag_surfxml_argument(); surfxml_pcdata_ix = 0; ETag_surfxml_argument(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_process_1: case S_surfxml_process: case S_surfxml_process_2: SET(S_surfxml_process_2); break; } } . FAIL("Unexpected character `%c' in attribute list of argument element.", yytext[0]); {Name} FAIL("Bad attribute `%s' in `argument' element start tag.",yytext); <> FAIL("EOF in attribute list of `argument' element."); } { "" { LEAVE; ETag_surfxml_argument(); popbuffer(); /* attribute */ switch (YY_START) { case S_surfxml_process_1: case S_surfxml_process: case S_surfxml_process_2: SET(S_surfxml_process_2); break; } } "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); . FAIL("Unexpected character `%c': `' expected.",yytext[0]); <> FAIL("Premature EOF: `' expected."); } /* EPILOG: after the root element. */ { . {SET(PROLOG); yyless(0); CLEANUP; return -1;} <> SUCCEED; } /* CHARACTER DATA. */ { /* Non-defined standard entities... */ "&" BUFFERPUTC('&'); "<" BUFFERPUTC('<'); ">" BUFFERPUTC('>'); "'" BUFFERPUTC('\''); """ BUFFERPUTC('"'); /* Character entities. */ "&#"[[:digit:]]+";" BUFFERPUTC((unsigned char)atoi(yytext+2)); "&#x"[[:xdigit:]]+";" BUFFERPUTC((unsigned char)strtol(yytext+3,NULL,16)); } { "\n" | "\r" | "\r\n" | "\n\r" BUFFERPUTC('\n'); } { "" FAIL("Unexpected `]""]>' in character data."); } { \' BUFFERDONE; LEAVE; <> FAIL("EOF in literal (\"'\" expected)."); } { \" BUFFERDONE; LEAVE; <> FAIL("EOF in literal (`\"' expected)."); } { [^<&] BUFFERPUTC(yytext[0]); [<&] FAIL("Spurious `%c' in character data.",yytext[0]); } { "]""]>" LEAVE; /* "]""]" BUFFERPUTC(yytext[0]); BUFFERPUTC(yytext[1]); */ . BUFFERPUTC(yytext[0]); <> FAIL("EOF in CDATA section."); } /* Impossible rules to avoid warnings from flex(1). */ /* Ideally, this should be replaced by code in flexml.pl that generates just the states not covered by other rules. */ <*>{ .|[\n] FAIL("Syntax error on character `%c'.", yytext[0]); } %% /* Element context stack lookup. */ int surfxml_element_context(int i) { return (0