#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlTextReaderNodeType( reader: *mut XmlTextReader, ) -> c_int
Get the node type of the current node.
Returns one of the xmlReaderTypes constants, or -1 on error.
xmlReaderTypes
int xmlTextReaderNodeType(xmlTextReaderPtr reader);
reader must be a valid pointer or NULL.
reader