pub fn select_nodes( source: &str, file: &RelativePath, scope: Option<&NodeRef>, selector: &str, ) -> Result<NavResult, AqlError>
Select all named descendants matching a selector within a scope.