
Go to the source code of this file.
Defines | |
| #define | XML_MAX_STRLEN 10000 |
Functions | |
| void | xml_grab_attrib (char *tag, char *name, char *value, int maxlen) |
| void | xml_grab_tag_name (char *tag, char *name, int maxlen) |
| void | xml_parse (FILE *, char *, char *, int, int *) |
| void | xml_parse_tag_only (FILE *, char *, int, int *) |
| #define XML_MAX_STRLEN 10000 |
Definition at line 31 of file xml_parse_lib.h.
| void xml_grab_attrib | ( | char * | tag, |
| char * | name, | ||
| char * | value, | ||
| int | maxlen | ||
| ) |
Definition at line 273 of file xml_parse_lib.c.
| void xml_grab_tag_name | ( | char * | tag, |
| char * | name, | ||
| int | maxlen | ||
| ) |
Definition at line 242 of file xml_parse_lib.c.
| void xml_parse | ( | FILE * | , |
| char * | , | ||
| char * | , | ||
| int | , | ||
| int * | |||
| ) |
Definition at line 317 of file xml_parse_lib.c.
| void xml_parse_tag_only | ( | FILE * | , |
| char * | , | ||
| int | , | ||
| int * | |||
| ) |
Definition at line 358 of file xml_parse_lib.c.