Function parse_xml_node

Source
fn parse_xml_node<'input>(
    node: Node<'_, 'input>,
    origin: Node<'_, '_>,
    parent_id: NodeId,
    style_sheet: &StyleSheet<'_>,
    ignore_ids: bool,
    depth: u32,
    doc: &mut Document<'input>,
    id_map: &HashMap<&str, Node<'_, 'input>>,
) -> Result<(), Error>