<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
25ROXML_INT int roxml_read_file(int pos, int size, char *buffer, node_t *node);
26
34ROXML_INT void roxml_close_file(node_t *root);
35
46ROXML_INT int roxml_parse_file(roxml_load_ctx_t *context, roxml_parser_item_t *parser, FILE *file);
47
48#endif /* ROXML_FILE_H */
ROXML_INT void roxml_close_file(node_t *root)
unload function
Definition roxml_file.c:28
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_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 structure
xml parsing context
the parser item struct