pub unsafe extern "C" fn aws_xml_parser_parse(
parser: *mut aws_xml_parser,
on_node_encountered: aws_xml_parser_on_node_encountered_fn,
user_data: *mut c_void
) -> c_int
Expand description
Parse the doc until the end or until a callback rejects the document. on_node_encountered will be invoked when the root node is encountered.