pub unsafe fn validate_root( ctxt: *mut _xmlValidCtxt, doc: *mut _xmlDoc, ) -> c_int
Validate the root element of a document.
int xmlValidateRoot(xmlValidCtxtPtr ctxt, xmlDocPtr doc);
Returns 1 if the root element is valid, 0 otherwise.
ctxt
doc