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

Function xmlDumpAttributeDeclScan

ThirdParty/libxml2/vtklibxml2/valid.c:1994–1998  ·  view source on GitHub ↗

* xmlDumpAttributeDeclScan: * @attr: An attribute declaration * @buf: the XML buffer output * * This is used with the hash scan function - just reverses arguments */

Source from the content-addressed store, hash-verified

1992 * This is used with the hash scan function - just reverses arguments
1993 */
1994static void
1995xmlDumpAttributeDeclScan(void *attr, void *save,
1996 const xmlChar *name ATTRIBUTE_UNUSED) {
1997 xmlSaveTree(save, attr);
1998}
1999
2000/**
2001 * xmlDumpAttributeTable:

Callers

nothing calls this directly

Calls 1

xmlSaveTreeFunction · 0.85

Tested by

no test coverage detected