libyang
1.0.253
YANG data modeling language library
|
Schema output flags accepted by libyang printer functions. More...
Macros | |
#define | LYS_OUTOPT_TREE_RFC 0x01 |
#define | LYS_OUTOPT_TREE_GROUPING 0x02 |
#define | LYS_OUTOPT_TREE_USES 0x04 |
#define | LYS_OUTOPT_TREE_NO_LEAFREF 0x08 |
Schema output flags accepted by libyang printer functions.
#define LYS_OUTOPT_TREE_RFC 0x01 |
Conform to the RFC TODO tree output (only for tree format)
Definition at line 211 of file tree_schema.h.
#define LYS_OUTOPT_TREE_GROUPING 0x02 |
Print groupings separately (only for tree format)
Definition at line 212 of file tree_schema.h.
#define LYS_OUTOPT_TREE_USES 0x04 |
Print only uses instead the resolved grouping nodes (only for tree format)
Definition at line 213 of file tree_schema.h.
#define LYS_OUTOPT_TREE_NO_LEAFREF 0x08 |
Do not print the target of leafrefs (only for tree format)
Definition at line 214 of file tree_schema.h.