pub fn find_nodes_relative_path_simple(
    address_space: &AddressSpace,
    node_id: &NodeId,
    relative_path: &str
) -> Result<Vec<NodeId>, StatusCode>
Expand description

Given a path as a string, find all the nodes that match against it. Note this function uses a default path resolver based on common browse names. If you need something else use find_nodes_relative_path() after you have created a relative path.