yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
xpath1_fn.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_xpath1_fn
13#define _H_xpath1_fn
14
15/* FILE: xpath1_fn.h
16*********************************************************************
17* *
18* P U R P O S E *
19* *
20*********************************************************************/
21
27/*********************************************************************
28* *
29* C H A N G E H I S T O R Y *
30* *
31*********************************************************************
32
33date init comment
34----------------------------------------------------------------------
3527-aug-16 abb Begun; split from xpath1.h
36
37*/
38
39#ifndef _H_xpath
40#include "xpath.h"
41#endif
42
43#ifdef __cplusplus
44extern "C" {
45#endif
46
47/********************************************************************
48* *
49* C O N S T A N T S *
50* *
51*********************************************************************/
52
53/********************************************************************
54* *
55* T Y P E S *
56* *
57*********************************************************************/
58
59/********************************************************************
60* *
61* F U N C T I O N S *
62* *
63*********************************************************************/
64
65/* Group defiied in xpath1.h */
66
81extern const xpath_fncb_t *
83
84
88#ifdef __cplusplus
89} /* end extern 'C' */
90#endif
91
92
93#endif /* _H_xpath1_fn */
const xpath_fncb_t * xpath1_fn_get_functions_ptr(void)
Get the start of the function array for XPath 1.0 plus the current() function.
Definition: xpath1_fn.c:3472
XPath function control block.
Definition: xpath.h:1053
Schema and data model Xpath search support.