pub unsafe fn validate_element_decl(
ctxt: *mut _xmlValidCtxt,
doc: *mut _xmlDoc,
elem: *mut _xmlElement,
) -> c_intExpand description
Upstream xmlValidateElementDecl(ctxt, doc, elem): verifies the
declaration is not duplicated and that MIXED content models do not list
the same element twice.
§SAFETY
ctxt/docmay be NULL;elema valid pointer or NULL.