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

Function xmlXIncludeProcessTree

ThirdParty/libxml2/vtklibxml2/xinclude.c:2421–2424  ·  view source on GitHub ↗

* xmlXIncludeProcessTree: * @tree: a node in an XML document * * Implement the XInclude substitution for the given subtree * * Returns 0 if no substitution were done, -1 if some processing failed * or the number of substitutions done. */

Source from the content-addressed store, hash-verified

2419 * or the number of substitutions done.
2420 */
2421int
2422xmlXIncludeProcessTree(xmlNodePtr tree) {
2423 return(xmlXIncludeProcessTreeFlags(tree, 0));
2424}
2425
2426/**
2427 * xmlXIncludeProcessNode:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected