libyang  2.0.7
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
Atomize XPath options
Collaboration diagram for Atomize XPath options:

Macros

#define LYS_FIND_XP_OUTPUT   0x10
 
#define LYS_FIND_XP_SCHEMA   0x08
 

Detailed Description

Options to modify behavior of lys_find_xpath() and lys_find_xpath_atoms() searching for schema nodes in schema tree.

Macro Definition Documentation

◆ LYS_FIND_XP_OUTPUT

#define LYS_FIND_XP_OUTPUT   0x10

Search RPC/action output nodes instead of input ones.

Definition at line 2190 of file tree_schema.h.

◆ LYS_FIND_XP_SCHEMA

#define LYS_FIND_XP_SCHEMA   0x08

Apply node access restrictions defined for 'when' and 'must' evaluation.

Definition at line 2189 of file tree_schema.h.