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

Function xmlShellPrintNode

ThirdParty/libxml2/vtklibxml2/debugXML.c:1900–1904  ·  view source on GitHub ↗

* xmlShellPrintNode: * @node : a non-null node to print to the output FILE * * Print node to the output FILE */

Source from the content-addressed store, hash-verified

1898 * Print node to the output FILE
1899 */
1900void
1901xmlShellPrintNode(xmlNodePtr node)
1902{
1903 xmlShellPrintNodeCtxt(NULL, node);
1904}
1905#endif /* LIBXML_OUTPUT_ENABLED */
1906
1907/**

Callers

nothing calls this directly

Calls 1

xmlShellPrintNodeCtxtFunction · 0.85

Tested by

no test coverage detected