Skip to main content

xmlGetIntSubset

Function xmlGetIntSubset 

Source
#[unsafe(no_mangle)]
pub extern "C" fn xmlGetIntSubset(doc: *const _xmlDoc) -> *mut _xmlDtd
Expand description

Get a DTD from a document, creating one if needed.

ยงUPSTREAM-PARITY

xmlDtdPtr xmlGetIntSubset(const xmlDoc *doc);