Skip to main content

is_ref

Function is_ref 

Source
pub unsafe fn is_ref(
    doc: *mut _xmlDoc,
    elem: *mut _xmlNode,
    attr: *mut _xmlAttr,
) -> c_int
Expand description

Upstream xmlIsRef(doc, elem, attr): is this attribute an IDREF?

§SAFETY

  • doc/elem/attr must be valid pointers or NULL.