12 #if defined __cplusplus
31 == NULL )
return( 1 );
38 if( strcmp(
"axes", XMLChild->
name ) == 0 ) {
40 else if( strcmp(
"region", XMLChild->
name ) == 0 ) {
42 wLabel, regionsW_XYs_LegendreSeries->
axes ) != 0 )
goto err;
46 "invalid element '%s' in xData 'regionsW_XYs_LegendreSeries'", XMLChild->
name );
66 char const *sInterpolation;
69 if( strcmp(
"interpolationAxes", XMLChild->
name ) == 0 ) {
70 if( interpolationAxesElement != NULL ) {
72 "multiple %s elements in element 'region'", XMLChild->
name );
75 interpolationAxesElement = XMLChild;
78 if( interpolationAxesElement == NULL ) {
80 "missing element 'interpolationAxes'" );
85 "missing attribute 'interpolation'" );
93 &interpolation ) != 0 )
goto err;
95 if( strcmp(
"interpolationAxes", XMLChild->
name ) == 0 ) {
97 else if( strcmp( wLabel, XMLChild->
name ) == 0 ) {
102 "invalid element '%s' in element 'region'", XMLChild->
name );
114 #if defined __cplusplus