
Go to the source code of this file.
Functions | |
| void | xml_escape_symbols (char *phrase, int maxlen) |
| void | xml_grab_attrib (char *tag, char *name, char *value, int maxlen) |
| void | xml_grab_tag_name (char *tag, char *name, int maxlen) |
| int | xml_ishexadecimal (char ch, int *hex, int *sum) |
| void | Xml_Next_Word (char *line, char *word, int maxlen, char *delim) |
| void | xml_parse (FILE *fileptr, char *tag, char *content, int maxlen, int *lnn) |
| void | xml_parse_tag_only (FILE *fileptr, char *tag, int maxlen, int *lnn) |
| void | xml_remove_leading_trailing_spaces (char *word) |
| void | xml_restore_escapes (char *phrase) |
| void | xml_strncpy (char *dst, const char *src, int maxlen) |
| void xml_escape_symbols | ( | char * | phrase, |
| int | maxlen | ||
| ) |
Definition at line 115 of file xml_parse_lib.c.
| 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.
| int xml_ishexadecimal | ( | char | ch, |
| int * | hex, | ||
| int * | sum | ||
| ) |
Definition at line 154 of file xml_parse_lib.c.
| void Xml_Next_Word | ( | char * | line, |
| char * | word, | ||
| int | maxlen, | ||
| char * | delim | ||
| ) |
Definition at line 56 of file xml_parse_lib.c.
| void xml_parse | ( | FILE * | fileptr, |
| char * | tag, | ||
| char * | content, | ||
| int | maxlen, | ||
| int * | lnn | ||
| ) |
Definition at line 317 of file xml_parse_lib.c.
| void xml_parse_tag_only | ( | FILE * | fileptr, |
| char * | tag, | ||
| int | maxlen, | ||
| int * | lnn | ||
| ) |
Definition at line 358 of file xml_parse_lib.c.
| void xml_remove_leading_trailing_spaces | ( | char * | word | ) |
Definition at line 102 of file xml_parse_lib.c.
| void xml_restore_escapes | ( | char * | phrase | ) |
Definition at line 168 of file xml_parse_lib.c.
| void xml_strncpy | ( | char * | dst, |
| const char * | src, | ||
| int | maxlen | ||
| ) |
Definition at line 93 of file xml_parse_lib.c.