Skip to main content

xmlNewComment

Function xmlNewComment 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlNewComment( content: *const xmlChar, ) -> *mut _xmlNode
Expand description

Create a new comment node.

ยงUPSTREAM-PARITY

xmlNodePtr xmlNewComment(const xmlChar *content);