yumapro
24.10-2
YumaPro SDK
|
Server XPath filter processing for select attribute in <filter> element in <get> and <get-config> operations. More...
#include "cfg.h"
#include "rpc.h"
#include "ses.h"
#include "status.h"
#include "xml_msg.h"
#include "val.h"
Go to the source code of this file.
Functions | |
status_t | agt_xpath_output_filter (ses_cb_t *scb, rpc_msg_t *msg, const cfg_template_t *cfg, boolean getop, int32 indent) |
Output an XPath filter. More... | |
status_t | agt_xpath_output_cvt_filter (ses_cb_t *scb, rpc_msg_t *msg, const cfg_template_t *cfg, xpath_pcb_t *pcb, boolean getop, int32 indent) |
Output an XPath filter converted from Subtree. More... | |
boolean | agt_xpath_test_filter (xml_msg_hdr_t *msghdr, ses_cb_t *scb, val_value_t *selectval, val_value_t *val) |
Test an XPath filter for a notification. More... | |
Server XPath filter processing for select attribute in <filter> element in <get> and <get-config> operations.