Skip to main content

xmlTextReaderMoveToNextAttribute

Function xmlTextReaderMoveToNextAttribute 

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

Move to the next attribute.

Returns 1 on success, 0 if no more attributes, -1 on error.

§UPSTREAM-PARITY

int xmlTextReaderMoveToNextAttribute(xmlTextReaderPtr reader);

§Safety

reader must be a valid pointer or NULL.