Skip to main content

validate_name_value

Function validate_name_value 

Source
pub unsafe fn validate_name_value(value: *const xmlChar) -> c_int
Expand description

Upstream xmlValidateNameValue(value) โ€” 1 if valid, 0 otherwise.

ยงSAFETY

  • value must be a valid null-terminated string or NULL.