Skip to main content

xmlTextReaderNodeType

Function xmlTextReaderNodeType 

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

Get the node type of the current node.

Returns one of the xmlReaderTypes constants, or -1 on error.

§UPSTREAM-PARITY

int xmlTextReaderNodeType(xmlTextReaderPtr reader);

§Safety

reader must be a valid pointer or NULL.