web_plat/cxml_library_api/inc/nw_dom_text.h
branchRCL_3
changeset 49 919f36ff910f
parent 48 79859ed3eea9
equal deleted inserted replaced
48:79859ed3eea9 49:919f36ff910f
    25 
    25 
    26  ** ----------------------------------------------------------------------- **/
    26  ** ----------------------------------------------------------------------- **/
    27 #ifndef NW_DOM_TEXT_H
    27 #ifndef NW_DOM_TEXT_H
    28 #define NW_DOM_TEXT_H
    28 #define NW_DOM_TEXT_H
    29 
    29 
    30 #include "cxml_proj.h"
    30 #include <cxml_proj.h>
    31 #include "nw_dom_node.h"
    31 #include <nw_dom_node.h>
    32 
    32 
    33 #ifdef __cplusplus
    33 #ifdef __cplusplus
    34 extern "C" {
    34 extern "C" {
    35 #endif /* __cplusplus */
    35 #endif /* __cplusplus */
    36 
       
    37 
    36 
    38 /** ----------------------------------------------------------------------- **
    37 /** ----------------------------------------------------------------------- **
    39     @typedef:     NW_DOM_TextItemIterator
    38     @typedef:     NW_DOM_TextItemIterator
    40 
    39 
    41     @synopsis:    Used to iterate over the components of a WBXML text item.
    40     @synopsis:    Used to iterate over the components of a WBXML text item.