<libroxml  version="3.0.2" />
contact: tristan.lelong@libroxml.net
roxml_buff.h
Go to the documentation of this file.
1
12#ifndef ROXML_BUFF_H
13#define ROXML_BUFF_H
14
25ROXML_INT int roxml_read_buff(int pos, int size, char *buffer, node_t *node);
26
34ROXML_INT void roxml_close_buff(node_t *n);
35
46ROXML_INT int roxml_parse_buff(roxml_load_ctx_t *context, roxml_parser_item_t *parser, char *buffer);
47
48#endif /* ROXML_BUFF_H */
49
ROXML_INT int roxml_parse_buff(roxml_load_ctx_t *context, roxml_parser_item_t *parser, char *buffer)
generic load function
Definition roxml_buff.c:34
ROXML_INT int roxml_read_buff(int pos, int size, char *buffer, node_t *node)
read xml doc function
Definition roxml_buff.c:16
ROXML_INT void roxml_close_buff(node_t *n)
unload function
Definition roxml_buff.c:29
node_t structure
xml parsing context
the parser item struct