Skip to main content

validate_notation_decl

Function validate_notation_decl 

Source
pub unsafe fn validate_notation_decl(
    _ctxt: *mut _xmlValidCtxt,
    _doc: *mut _xmlDoc,
    _nota: *mut _xmlNotation,
) -> c_int
Expand description

Upstream xmlValidateNotationDecl(ctxt, doc, nota): modern libxml2 has no validity constraint on notation declarations and returns 1 always (verified by disassembly of the system DSO: mov $1,%eax; ret).