Function xmlTextReaderNextSibling
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlTextReaderNextSibling(
reader: *mut XmlTextReader,
) -> c_int
Expand description
Skip to the next sibling (same as xmlTextReaderNext).
§UPSTREAM-PARITY
int xmlTextReaderNextSibling(xmlTextReaderPtr reader);
§Safety
reader must be a valid pointer or NULL.