#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlTextReaderName( reader: *mut XmlTextReader, ) -> *mut xmlChar
Get the name of the current node.
Returns a newly allocated string (caller must free with xmlFree), or NULL if there is no name.
xmlFree
xmlChar *xmlTextReaderName(xmlTextReaderPtr reader);
reader must be a valid pointer or NULL.
reader