Skip to main content

xmlTextReaderConstName

Function xmlTextReaderConstName 

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

Get a constant pointer to the name (no copy).

The returned pointer is valid only while the reader is alive and positioned on the same node.

§UPSTREAM-PARITY

const xmlChar *xmlTextReaderConstName(xmlTextReaderPtr reader);

§Safety

reader must be a valid pointer or NULL.