yumapro  23.10T-6
YumaPro SDK
Loading...
Searching...
No Matches
xpath_wr.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2008 - 2012, Andy Bierman, All Rights Reserved.
3 * Copyright (c) 2012 - 2021, YumaWorks, Inc., All Rights Reserved.
4 *
5 * Unless required by applicable law or agreed to in writing,
6 * software distributed under the License is distributed on an
7 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8 * KIND, either express or implied. See the License for the
9 * specific language governing permissions and limitations
10 * under the License.
11 */
12#ifndef _H_xpath_wr
13#define _H_xpath_wr
14
15/* FILE: xpath_wr.h
16*********************************************************************
17* *
18* P U R P O S E *
19* *
20*********************************************************************/
21
28/*********************************************************************
29* *
30* C H A N G E H I S T O R Y *
31* *
32*********************************************************************
33
34date init comment
35----------------------------------------------------------------------
3624-apr-09 abb Begun
37
38*/
39
40#ifndef _H_ses
41#include "ses.h"
42#endif
43
44#ifndef _H_status
45#include "status.h"
46#endif
47
48#ifndef _H_val
49#include "val.h"
50#endif
51
52#ifdef __cplusplus
53extern "C" {
54#endif
55
56/********************************************************************
57* *
58* F U N C T I O N S *
59* *
60*********************************************************************/
61
62/* Group defined in xpath1.h */
63
82extern status_t
84 val_value_t *xpathval);
85
86
90#ifdef __cplusplus
91} /* end extern 'C' */
92#endif
93
94#endif /* _H_xpath_wr */
status_t
global error return code
Definition: status_enum.h:210
status_t xpath_wr_expr(ses_cb_t *scb, val_value_t *xpathval)
Write the specified XPath expression to the current session using the default prefixes.
Definition: xpath_wr.c:227
NETCONF Session Common definitions module.
Global error messages for status code enumerations.
Session Control Block.
Definition: ses.h:573
one value to match one type
Definition: val.h:911
Value Node Basic Support.