browserutilities/cxmllibrary/src/wbxmlp/src/doc.c
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 
    18 /*****************************************************************
    19 /*****************************************************************
    19 **  File: wbxml_doc.c
    20 **  File: wbxml_doc.c
    20 **  Description:
    21 **  Description:
    21 *****************************************************************/
    22 *****************************************************************/
    22 
    23 
    23 #include "cxml_internal.h"
    24 #include "cxml_internal.h"
    24 #include <nw_wbxml_document.h>
    25 #include "nw_wbxml_document.h"
    25 #include <nw_string_char.h>
    26 #include "nw_string_char.h"
    26 #include <nw_encoder_stringtable.h>
    27 #include "nw_encoder_stringtable.h"
       
    28 
    27 
    29 
    28 EXPORT_C NW_Status_t
    30 EXPORT_C NW_Status_t
    29 NW_WBXML_Document_construct(NW_WBXML_Document_t * doc, NW_Uint32 default_public_id)
    31 NW_WBXML_Document_construct(NW_WBXML_Document_t * doc, NW_Uint32 default_public_id)
    30 {
    32 {
    31   doc->version = 0;
    33   doc->version = 0;