Skip to main content

xmlTextReaderConstLocalName

Function xmlTextReaderConstLocalName 

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

const xmlChar *xmlTextReaderConstLocalName(xmlTextReaderPtr reader).

UPSTREAM-PARITY: at an attribute position this is the attribute’s local name (or “xmlns”/the prefix for a namespace declaration); at an element position the tree’s local name.