Skip to main content

xmlTextWriterStartCDATA

Function xmlTextWriterStartCDATA 

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

Start a CDATA section.

§UPSTREAM-PARITY

int xmlTextWriterStartCDATA(xmlTextWriterPtr writer);

§SAFETY

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