Skip to main content

xmlTextReaderHasAttributes

Function xmlTextReaderHasAttributes 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlTextReaderHasAttributes( reader: *mut XmlTextReader, ) -> c_int
Expand description

Check if the current node has attributes.

Returns 1 if the node has attributes, 0 otherwise.

§UPSTREAM-PARITY

int xmlTextReaderHasAttributes(xmlTextReaderPtr reader);

§Safety

reader must be a valid pointer or NULL.