web_plat/cxml_library_api/inc/nw_dom_text.h
branchRCL_3
changeset 48 79859ed3eea9
parent 26 cb62a4f66ebe
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    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 
    36 
    37 
    37 /** ----------------------------------------------------------------------- **
    38 /** ----------------------------------------------------------------------- **
    38     @typedef:     NW_DOM_TextItemIterator
    39     @typedef:     NW_DOM_TextItemIterator
    39 
    40 
    40     @synopsis:    Used to iterate over the components of a WBXML text item.
    41     @synopsis:    Used to iterate over the components of a WBXML text item.