boolean wr_util_check_start_depth(xml_msg_hdr_t *msg, obj_template_t *obj)
Check if the current val value for All in One mode is the value that we should start the write for.
Definition: wr_util.c:81
boolean wr_util_need_default_attr(xml_msg_hdr_t *msg)
Check if the default attr is needed.
Definition: wr_util.c:188
boolean wr_util_need_skip_any(val_value_t *out)
Check if the output data is really an anyxml or anydata or a generic container.
Definition: wr_util.c:235
boolean wr_util_need_origin_attr(xml_msg_hdr_t *msg)
Check if the origin attr is needed.
Definition: wr_util.c:208
boolean wr_util_fit_on_line(ses_cb_t *scb, const val_value_t *val)
Check if the specified value will fit on the current line or if a newline is needed first.
Definition: wr_util.c:151
YANG module data structures Many internal representations of YANG module constructs.
NETCONF Session Common definitions module.
global error status code enumerations
One YANG data-def-stmt.
Definition: obj.h:1229
Session Control Block.
Definition: ses.h:573
one value to match one type
Definition: val.h:912
Common Encoding Message Header No longer XML specific!! Used by JSON and CBOR parsing as well!...
Definition: xml_msg.h:404
Value Node Basic Support.
XML and JSON Message send and receive support.