#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlTextReaderHasAttributes( reader: *mut XmlTextReader, ) -> c_int
Check if the current node has attributes.
Returns 1 if the node has attributes, 0 otherwise.
int xmlTextReaderHasAttributes(xmlTextReaderPtr reader);
reader must be a valid pointer or NULL.
reader