We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a39b3d commit 0358e37Copy full SHA for 0358e37
src/tree_data.h
@@ -2481,7 +2481,7 @@ LIBYANG_API_DECL void lyxp_vars_free(struct lyxp_var *vars);
2481
* `leaf-list[.=...]`, these instances are found using hashes with constant (*O(1)*) complexity
2482
* (unless they are defined in top-level). Other predicates can still follow the aforementioned ones.
2483
*
2484
- * Opaque nodes are part of the evaluation.
+ * Opaque nodes are part of the evaluation but only those with a matching schema node.
2485
2486
* @param[in] ctx_node XPath context node.
2487
* @param[in] xpath [XPath](@ref howtoXPath) to select in JSON format. It must evaluate into a node set.
0 commit comments