Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <ctype.h>
#include <inttypes.h>
#include <libxml/xmlmemory.h>
#include <libxml/tree.h>
#include <libxml/debugXML.h>
#include <libxml/encoding.h>
#include "xml_shared.h"
#include "wap_push_sl_compiler.h"
#include "xml_definitions.h"
Go to the source code of this file.
Data Structures | |
struct | sl_2table_t |
struct | sl_3table_t |
Macros | |
#define | NUMBER_OF_ELEMENTS sizeof(sl_elements)/sizeof(sl_elements[0]) |
#define | NUMBER_OF_ATTRIBUTES sizeof(sl_attributes)/sizeof(sl_attributes[0]) |
#define | NUMBER_OF_URL_VALUES sizeof(sl_url_values)/sizeof(sl_url_values[0]) |
Typedefs | |
typedef struct sl_2table_t | sl_2table_t |
typedef struct sl_3table_t | sl_3table_t |
Functions | |
static int | parse_document (xmlDocPtr document, Octstr *charset, simple_binary_t **slbxml) |
static int | parse_node (xmlNodePtr node, simple_binary_t **slbxml) |
static int | parse_element (xmlNodePtr node, simple_binary_t **slbxml) |
static int | parse_attribute (xmlAttrPtr attr, simple_binary_t **slbxml) |
static int | url (int hex) |
static int | action (int hex) |
static void | parse_url_value (Octstr *value, simple_binary_t **slbxml) |
int | sl_compile (Octstr *sl_doc, Octstr *charset, Octstr **sl_binary) |
Variables | |
static sl_2table_t | sl_elements [] |
static sl_3table_t | sl_attributes [] |
static sl_2table_t | sl_url_values [] |
#define NUMBER_OF_ATTRIBUTES sizeof(sl_attributes)/sizeof(sl_attributes[0]) |
Definition at line 127 of file wap_push_sl_compiler.c.
Referenced by parse_attribute().
#define NUMBER_OF_ELEMENTS sizeof(sl_elements)/sizeof(sl_elements[0]) |
Definition at line 109 of file wap_push_sl_compiler.c.
#define NUMBER_OF_URL_VALUES sizeof(sl_url_values)/sizeof(sl_url_values[0]) |
Definition at line 141 of file wap_push_sl_compiler.c.
Referenced by parse_url_value().
typedef struct sl_2table_t sl_2table_t |
Definition at line 87 of file wap_push_sl_compiler.c.
typedef struct sl_3table_t sl_3table_t |
Definition at line 99 of file wap_push_sl_compiler.c.
|
static |
Definition at line 440 of file wap_push_sl_compiler.c.
Referenced by parse_attribute().
|
static |
Definition at line 354 of file wap_push_sl_compiler.c.
References action(), create_octstr_from_node, debug(), error(), name, NUMBER_OF_ATTRIBUTES, octstr_compare(), octstr_create, octstr_delete(), octstr_destroy(), octstr_imm(), octstr_len(), octstr_ncompare(), output_char(), parse_inline_string(), parse_url_value(), sl_attributes, sl_3table_t::token, url(), sl_3table_t::value_part, and warning().
Referenced by parse_element().
|
static |
Definition at line 206 of file wap_push_sl_compiler.c.
References charset, octstr_create, octstr_destroy(), parse_charset(), and parse_node().
Referenced by sl_compile().
|
static |
Definition at line 297 of file wap_push_sl_compiler.c.
References element_check_content(), name, octstr_compare(), octstr_create, octstr_destroy(), octstr_duplicate, octstr_get_cstr, octstr_imm(), octstr_len(), output_char(), output_octet_string(), parse_attribute(), parse_end(), sl_elements, sl_2table_t::token, warning(), WBXML_CONTENT_BIT, and WBXML_LITERAL.
Referenced by parse_node().
|
static |
Definition at line 231 of file wap_push_sl_compiler.c.
References error(), parse_element(), parse_end(), and warning().
Referenced by parse_document().
|
static |
Definition at line 457 of file wap_push_sl_compiler.c.
References name, NUMBER_OF_URL_VALUES, octstr_delete(), octstr_destroy(), octstr_duplicate, octstr_imm(), octstr_len(), octstr_search(), output_char(), parse_inline_string(), sl_url_values, and token.
Referenced by parse_attribute().
Definition at line 163 of file wap_push_sl_compiler.c.
References charset, error(), octstr_create, octstr_destroy(), octstr_get_cstr, octstr_len(), octstr_strip_blanks(), parse_document(), set_charset(), simple_binary_create(), simple_binary_destroy(), simple_binary_output(), and size.
Referenced by convert_sl_to_slc(), and main().
|
static |
Definition at line 423 of file wap_push_sl_compiler.c.
Referenced by parse_attribute().
|
static |
Definition at line 116 of file wap_push_sl_compiler.c.
Referenced by parse_attribute().
|
static |
Definition at line 105 of file wap_push_sl_compiler.c.
Referenced by parse_element().
|
static |
Definition at line 134 of file wap_push_sl_compiler.c.
Referenced by parse_url_value().