yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
yinyang.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_yinyang
13#define _H_yinyang
14
15/* FILE: yinyang.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----------------------------------------------------------------------
3512-dec-09 abb Begun;
36
37*/
38
39#include <xmlstring.h>
40
41#ifndef _H_status
42#include "status.h"
43#endif
44
45#ifndef _H_tk
46#include "tk.h"
47#endif
48
49#ifdef __cplusplus
50extern "C" {
51#endif
52
53/********************************************************************
54* *
55* T Y P E S *
56* *
57*********************************************************************/
58
59
60/********************************************************************
61* *
62* F U N C T I O N S *
63* *
64*********************************************************************/
65
66/* Group defined in yin.h */
67
87extern tk_chain_t *
88 yinyang_convert_token_chain (const xmlChar *sourcespec,
89 status_t *res);
90
94#ifdef __cplusplus
95} /* end extern 'C' */
96#endif
97
98#endif /* _H_yinyang */
status_t
global error return code
Definition: status_enum.h:210
tk_chain_t * yinyang_convert_token_chain(const xmlChar *sourcespec, status_t *res)
Try to open a file as a YIN formatted XML file and convert it to a token chain for processing by yang...
Definition: yinyang.c:387
Global error messages for status code enumerations.
token parsing chain (main parser control block)
Definition: tk.h:415
NCX Syntax Token Handler.