Function forward_step

Source
fn forward_step(
    is_descendant: bool,
    input: &str,
) -> IResult<&str, (Axis, NodeTest)>