web_plat/cxml_library_api/inc/nw_encoder_stringtable.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 74 91031d3aab7d
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 
    18 /** ----------------------------------------------------------------------- **
    19 /** ----------------------------------------------------------------------- **
    19     @package:     NW_Encoder
    20     @package:     NW_Encoder
    20 
    21 
    21     @synopsis:    default
    22     @synopsis:    default
    22 
    23 
    25  ** ----------------------------------------------------------------------- **/
    26  ** ----------------------------------------------------------------------- **/
    26 
    27 
    27 #ifndef _NW_ENCODER_STRING_TABLE_HEADER_GUARD_
    28 #ifndef _NW_ENCODER_STRING_TABLE_HEADER_GUARD_
    28 #define _NW_ENCODER_STRING_TABLE_HEADER_GUARD_
    29 #define _NW_ENCODER_STRING_TABLE_HEADER_GUARD_
    29 
    30 
    30 #include <nw_string_string.h>
    31 #include "nw_string_string.h"
    31 #include <nw_tinytree.h>
    32 #include "nw_tinytree.h"
    32 #include <nw_wbxml_dictionary.h>
    33 #include "nw_wbxml_dictionary.h"
    33 
    34 
    34 #ifdef __cplusplus
    35 #ifdef __cplusplus
    35 extern "C"
    36 extern "C"
    36 {
    37 {
    37 #endif /* __cplusplus */
    38 #endif /* __cplusplus */
    47     @type:        NW_TinyTree_Node_t
    48     @type:        NW_TinyTree_Node_t
    48 
    49 
    49     @description: default
    50     @description: default
    50  ** ----------------------------------------------------------------------- **/
    51  ** ----------------------------------------------------------------------- **/
    51 typedef NW_TinyTree_Node_t NW_DOM_DocumentNode_t;
    52 typedef NW_TinyTree_Node_t NW_DOM_DocumentNode_t;
       
    53 
    52 
    54 
    53 /*
    55 /*
    54  * StringItem methods
    56  * StringItem methods
    55  */
    57  */
    56 
    58