pub unsafe fn validate_pop_element(
ctxt: *mut _xmlValidCtxt,
_doc: *mut _xmlDoc,
_elem: *mut _xmlNode,
_qname: *const xmlChar,
) -> c_intExpand description
Upstream xmlValidatePopElement(ctxt, doc, elem, qname): verify the
parent content model completed and pop the validation state.
§SAFETY
ctxtmay be NULL;doc/elem/qnamevalid pointers or NULL.