eid-viewer
eid-viewer library
Main Page
Modules
Namespaces
Data Structures
Files
File List
Globals
xmlmap.h
1
#ifndef EID_VWR_XMLMAP_H
2
#define EID_VWR_XMLMAP_H
3
4
#include "utftranslate.h"
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
struct
attribute_desc
{
11
const
EID_CHAR* name;
12
const
EID_CHAR* label;
13
int
reqd;
14
};
15
16
struct
element_desc
{
17
const
EID_CHAR* name;
18
const
EID_CHAR* label;
19
int
reqd;
20
int
is_b64;
21
struct
element_desc
*child_elements;
22
struct
attribute_desc
*attributes;
23
};
24
25
extern
struct
element_desc
*toplevel;
26
27
struct
element_desc
* get_elemdesc(
const
EID_CHAR* xmlname);
28
struct
attribute_desc
* get_attdesc(
const
EID_CHAR* xmlname);
29
30
#ifdef __cplusplus
31
}
32
#endif
33
34
#endif
element_desc
Definition:
xmlmap.h:16
attribute_desc
Definition:
xmlmap.h:10
Generated by
1.8.11