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

Function xmlDumpElementDeclScan

ThirdParty/libxml2/vtklibxml2/valid.c:1446–1450  ·  view source on GitHub ↗

* xmlDumpElementDeclScan: * @elem: An element table * @buf: the XML buffer output * * This routine is used by the hash scan function. It just reverses * the arguments. */

Source from the content-addressed store, hash-verified

1444 * the arguments.
1445 */
1446static void
1447xmlDumpElementDeclScan(void *elem, void *save,
1448 const xmlChar *name ATTRIBUTE_UNUSED) {
1449 xmlSaveTree(save, elem);
1450}
1451
1452/**
1453 * xmlDumpElementTable:

Callers

nothing calls this directly

Calls 1

xmlSaveTreeFunction · 0.85

Tested by

no test coverage detected