yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
xpath1_pred.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_pred
13#define _H_xpath1_pred
14
15/* FILE: xpath1_pred.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----------------------------------------------------------------------
3510-sep-16 abb Begun; split from xpath1.c
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
66/* Group defiied in xpath1.h */
67
96extern status_t
98 xpath_result_t **result);
99
100
104#ifdef __cplusplus
105} /* end extern 'C' */
106#endif
107
108
109#endif /* _H_xpath1_pred */
status_t
global error return code
Definition: status_enum.h:210
status_t xpath1_pred_parse_predicate(xpath_pcb_t *pcb, xpath_result_t **result)
Parse an XPath Predicate sequence It has already been tokenized.
Definition: xpath1_pred.c:1424
XPath parser control block.
Definition: xpath.h:752
XPath expression result.
Definition: xpath.h:703
Schema and data model Xpath search support.