Skip to main content

xmlTextWriterWriteDTDExternalEntityContents

Function xmlTextWriterWriteDTDExternalEntityContents 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlTextWriterWriteDTDExternalEntityContents( writer: *mut XmlTextWriter, pubid: *const xmlChar, sysid: *const xmlChar, ndataid: *const xmlChar, ) -> c_int
Expand description

Write the external-entity contents after StartDTDEntity (PUBLIC/SYSTEM identifiers and NDATA).

§SAFETY

  • writer must be a valid pointer to an XmlTextWriter or NULL.
  • pubid, sysid, ndataid must be valid null-terminated strings or NULL.