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