Skip to main content

get_line_no

Function get_line_no 

Source
pub fn get_line_no(node: *const _xmlNode) -> c_int
Expand description

Get the line number of a node.

ยงUPSTREAM-PARITY

long xmlGetLineNo(xmlNodePtr node);

Returns the line number, or 0 if not available.