Ejemplo n.º 1
0
 // Helper to extract list of nodes from a path
 public static IList <NodeValue> Nodes(PathValue path)
 {
     return(Arrays.asList(path.Nodes()));
 }