MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlShellPrintXPathResult

Function xmlShellPrintXPathResult

ThirdParty/libxml2/vtklibxml2/debugXML.c:1968–1972  ·  view source on GitHub ↗

* xmlShellPrintXPathResult: * @list: a valid result generated by an xpath evaluation * * Prints result to the output FILE */

Source from the content-addressed store, hash-verified

1966 * Prints result to the output FILE
1967 */
1968void
1969xmlShellPrintXPathResult(xmlXPathObjectPtr list)
1970{
1971 xmlShellPrintXPathResultCtxt(NULL, list);
1972}
1973
1974/**
1975 * xmlShellList:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected