Scan AxisName SYNOPSYS Scan an axis name and store the scanned axis type into xpath->axis. RETURN 1 - success 0 - failure */
| 1461 | 0 - failure |
| 1462 | */ |
| 1463 | static int my_xpath_parse_AxisName(MY_XPATH *xpath) |
| 1464 | { |
| 1465 | int rc= my_xpath_parse_term(xpath, MY_XPATH_LEX_AXIS); |
| 1466 | xpath->axis= xpath->extra; |
| 1467 | return rc; |
| 1468 | } |
| 1469 | |
| 1470 | |
| 1471 | /********************************************* |
no test coverage detected