* xmlShellPrintXPathResult: * @list: a valid result generated by an xpath evaluation * * Prints result to the output FILE */
| 1966 | * Prints result to the output FILE |
| 1967 | */ |
| 1968 | void |
| 1969 | xmlShellPrintXPathResult(xmlXPathObjectPtr list) |
| 1970 | { |
| 1971 | xmlShellPrintXPathResultCtxt(NULL, list); |
| 1972 | } |
| 1973 | |
| 1974 | /** |
| 1975 | * xmlShellList: |
nothing calls this directly
no test coverage detected