Function xmlXIncludeProcessTreeFlags
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXIncludeProcessTreeFlags(
tree: *mut _xmlNode,
flags: c_int,
) -> c_int
Expand description
Process all XInclude nodes in the document containing tree, with flags.
Returns the number of XInclude nodes processed, or -1 on error.
§UPSTREAM-PARITY
int xmlXIncludeProcessTreeFlags(xmlNode *tree, int flags);
§SAFETY
tree must be NULL or a valid _xmlNode attached to a document.