<libroxml
version="3.0.2"
/>
contact:
tristan.lelong@libroxml.net
src
roxml_file.h
Go to the documentation of this file.
1
12
#ifndef ROXML_FILE_H
13
#define ROXML_FILE_H
14
25
ROXML_INT
int
roxml_read_file
(
int
pos,
int
size,
char
*buffer,
node_t
*node);
26
34
ROXML_INT
void
roxml_close_file
(
node_t
*root);
35
46
ROXML_INT
int
roxml_parse_file
(
roxml_load_ctx_t
*context,
roxml_parser_item_t
*parser, FILE *file);
47
48
#endif
/* ROXML_FILE_H */
roxml_close_file
ROXML_INT void roxml_close_file(node_t *root)
unload function
Definition
roxml_file.c:28
roxml_parse_file
ROXML_INT int roxml_parse_file(roxml_load_ctx_t *context, roxml_parser_item_t *parser, FILE *file)
generic load function
Definition
roxml_file.c:33
roxml_read_file
ROXML_INT int roxml_read_file(int pos, int size, char *buffer, node_t *node)
read xml doc function
Definition
roxml_file.c:18
node_t
node_t structure
Definition
roxml_types.h:133
roxml_load_ctx_t
xml parsing context
Definition
roxml_types.h:158
roxml_parser_item_t
the parser item struct
Generated on Tue Jul 2 2024 21:08:20 for libroxml by
1.9.8