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