Skip to main content

xmlTextReaderConstString

Function xmlTextReaderConstString 

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

const xmlChar *xmlTextReaderConstString(xmlTextReaderPtr reader, const xmlChar *str) — the reader’s dictionary-internalized copy of str; the candidate returns str unchanged (dictionary interning is an internal detail).