<libroxml
version="3.0.2"
/>
contact:
tristan.lelong@libroxml.net
src
roxml_buff.h
Go to the documentation of this file.
1
12
#ifndef ROXML_BUFF_H
13
#define ROXML_BUFF_H
14
25
ROXML_INT
int
roxml_read_buff
(
int
pos,
int
size,
char
*buffer,
node_t
*node);
26
34
ROXML_INT
void
roxml_close_buff
(
node_t
*n);
35
46
ROXML_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_parse_buff
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_read_buff
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_close_buff
ROXML_INT void roxml_close_buff(node_t *n)
unload function
Definition
roxml_buff.c:29
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