pub unsafe fn xml_copy_node_list(
node: Option<XmlGenericNodePtr>,
) -> Option<XmlGenericNodePtr>Expand description
Do a recursive copy of the node list. Use xmlDocCopyNodeList() if possible to ensure string interning.
Returns: a new #XmlNodePtr, or null_mut() in case of error.