* Added yang access functions

* Change all y->ys_parent to yang_parent_get(y)
    * Change all y->ys_keyword to yang_keyword_get(y)
    * Change all y->ys_argument to yang_argument_get(y)
    * Change all y->ys_cv to yang_cv_get(y)
    * Change all y->ys_cvec to yang_cvec_get(y)
This commit is contained in:
Olof hagsand 2019-04-11 15:53:25 +02:00
parent 0a951899c8
commit cef0dc5a22
11 changed files with 269 additions and 124 deletions

View file

@ -625,6 +625,7 @@ xml_child_i_set(cxobj *xt,
* ...
* }
* @endcode
* @note makes uses _x_vector_i:can be changed if list changed between calls
*/
cxobj *
xml_child_each(cxobj *xparent,
@ -791,7 +792,7 @@ xml_cv_set(cxobj *x,
*
* @retval xmlobj if found.
* @retval NULL if no such node found.
* @see xml_find_type which is a more generic function
* @see xml_find_type A more generic function
*/
cxobj *
xml_find(cxobj *x_up,