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

Function xmlXIncludeProcess

ThirdParty/libxml2/vtklibxml2/xinclude.c:2377–2380  ·  view source on GitHub ↗

* xmlXIncludeProcess: * @doc: an XML document * * Implement the XInclude substitution on the XML document @doc * * 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

2375 * or the number of substitutions done.
2376 */
2377int
2378xmlXIncludeProcess(xmlDocPtr doc) {
2379 return(xmlXIncludeProcessFlags(doc, 0));
2380}
2381
2382/**
2383 * xmlXIncludeProcessTreeFlags:

Callers 1

__ParseMethod · 0.85

Calls 1

xmlXIncludeProcessFlagsFunction · 0.85

Tested by

no test coverage detected