<libroxml  version="3.0.2" />
contact: tristan.lelong@libroxml.net
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 */
node_t structure
Definition: roxml_types.h:133
ROXML_INT int roxml_read_file(int pos, int size, char *buffer, node_t *node)
read xml doc function
Definition: roxml_file.c:18
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
xml parsing context
Definition: roxml_types.h:158
the parser item struct
ROXML_INT void roxml_close_file(node_t *root)
unload function
Definition: roxml_file.c:28