pub fn get_line_no(node: *const _xmlNode) -> c_int
Get the line number of a node.
long xmlGetLineNo(xmlNodePtr node);
Returns the line number, or 0 if not available.