pub unsafe fn validate_push_element(
ctxt: *mut _xmlValidCtxt,
doc: *mut _xmlDoc,
elem: *mut _xmlNode,
qname: *const xmlChar,
) -> c_intExpand description
Upstream xmlValidatePushElement(ctxt, doc, elem, qname): validate a
start tag against the parent’s content model and push the new element’s
validation state.
§SAFETY
ctxtmay be NULL;doc/elem/qnamevalid pointers or NULL.