Skip to main content

get_refs

Function get_refs 

Source
pub unsafe fn get_refs(doc: *mut _xmlDoc, id: *const xmlChar) -> *mut List
Expand description

Upstream xmlGetRefs(doc, ID): returns the list of references for an ID.

§SAFETY

  • doc/ID must be valid pointers or NULL.