pub type xmlParserNodeInfo = _xmlParserNodeInfo;Expand description
xmlParserNodeInfo:
The parser can be asked to collect Node information, i.e. at what place in the file they were detected. NOTE: This is off by default and not very well tested.
Aliased Type§
struct xmlParserNodeInfo {
pub node: *const _xmlNode,
pub begin_pos: u64,
pub begin_line: u64,
pub end_pos: u64,
pub end_line: u64,
}Fields§
§node: *const _xmlNode§begin_pos: u64§begin_line: u64§end_pos: u64§end_line: u64