Skip to main content

htmlIsScriptAttribute

Function htmlIsScriptAttribute 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn htmlIsScriptAttribute( name: *const xmlChar, ) -> c_int
Expand description

Check if an attribute is of content type Script. All script attributes start with ‘on’.

§UPSTREAM-PARITY

int htmlIsScriptAttribute(const xmlChar *name);