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

Function xmlXIncludeProcessFlags

ThirdParty/libxml2/vtklibxml2/xinclude.c:2363–2366  ·  view source on GitHub ↗

* xmlXIncludeProcessFlags: * @doc: an XML document * @flags: a set of xmlParserOption used for parsing XML includes * * 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

2361 * or the number of substitutions done.
2362 */
2363int
2364xmlXIncludeProcessFlags(xmlDocPtr doc, int flags) {
2365 return xmlXIncludeProcessFlagsData(doc, flags, NULL);
2366}
2367
2368/**
2369 * xmlXIncludeProcess:

Callers 2

parseAndPrintFileFunction · 0.85
xmlXIncludeProcessFunction · 0.85

Calls 1

Tested by

no test coverage detected