Skip to main content

xmlGetLineNo

Function xmlGetLineNo 

Source
#[unsafe(no_mangle)]
pub extern "C" fn xmlGetLineNo(node: *const _xmlNode) -> c_int
Expand description

Get the line number of a node.

ยงUPSTREAM-PARITY

long xmlGetLineNo(const xmlNode *node);