Function xmlTextReaderLocalName
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlTextReaderLocalName(
reader: *mut XmlTextReader,
) -> *mut xmlChar
Expand description
Get the local name of the current node.
Returns a newly allocated string, or NULL.
§UPSTREAM-PARITY
xmlChar *xmlTextReaderLocalName(xmlTextReaderPtr reader);
§Safety
reader must be a valid pointer or NULL.