Skip to main content

xmlTextWriterEndAttribute

Function xmlTextWriterEndAttribute 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlTextWriterEndAttribute( writer: *mut XmlTextWriter, ) -> c_int
Expand description

End an attribute (closes the attribute value quote).

§UPSTREAM-PARITY

int xmlTextWriterEndAttribute(xmlTextWriterPtr writer);

§SAFETY

  • writer must be a valid pointer to an XmlTextWriter or NULL.