Skip to main content

select_nodes

Function select_nodes 

Source
pub fn select_nodes(
    source: &str,
    file: &RelativePath,
    scope: Option<&NodeRef>,
    selector: &str,
) -> Result<NavResult, AqlError>
Expand description

Select all named descendants matching a selector within a scope.