web_plat/cxml_library_api/inc/nw_dom_text.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    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.