web_plat/cxml_library_api/inc/nw_encoder_domencoder.h
branchRCL_3
changeset 48 79859ed3eea9
parent 26 cb62a4f66ebe
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    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 
    24 
    25 
    25  ** ----------------------------------------------------------------------- **/
    26  ** ----------------------------------------------------------------------- **/
    26 #ifndef _NW_ENCODER_WRITER_HEADER_GUARD_
    27 #ifndef _NW_ENCODER_WRITER_HEADER_GUARD_
    27 #define _NW_ENCODER_WRITER_HEADER_GUARD_
    28 #define _NW_ENCODER_WRITER_HEADER_GUARD_
    28 
    29 
    29 #include <nw_encoder_stringtable.h>
    30 #include "nw_encoder_stringtable.h"
    30 #include <nw_encoder_wbxmlwriter.h>
    31 #include "nw_encoder_wbxmlwriter.h"
    31 #include <nw_dom_attribute.h>
    32 #include "nw_dom_attribute.h"
    32 #include <nw_dom_element.h>
    33 #include "nw_dom_element.h"
    33 #include <nw_dom_text.h>
    34 #include "nw_dom_text.h"
    34 #include <nw_dom_document.h>
    35 #include "nw_dom_document.h"
    35 
    36 
    36 #ifdef __cplusplus
    37 #ifdef __cplusplus
    37 extern "C"
    38 extern "C"
    38 {
    39 {
    39 #endif /* __cplusplus */
    40 #endif /* __cplusplus */
       
    41 
    40 
    42 
    41 #define MEMORY_INCREMENT 100
    43 #define MEMORY_INCREMENT 100
    42 
    44 
    43 /** ----------------------------------------------------------------------- **
    45 /** ----------------------------------------------------------------------- **
    44     @struct:      NW_Encoder_Encoder
    46     @struct:      NW_Encoder_Encoder