web_plat/cxml_library_api/inc/nw_dom_attribute.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_ATTRIBUTE_H
    27 #ifndef NW_DOM_ATTRIBUTE_H
    28 #define NW_DOM_ATTRIBUTE_H
    28 #define NW_DOM_ATTRIBUTE_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 #include <nw_tinytree.h>
    32 #include "nw_tinytree.h"
    33 
    33 
    34 #ifdef __cplusplus
    34 #ifdef __cplusplus
    35 extern "C" {
    35 extern "C" {
    36 #endif /* __cplusplus */
    36 #endif /* __cplusplus */
       
    37 
    37 
    38 
    38 /** ----------------------------------------------------------------------- **
    39 /** ----------------------------------------------------------------------- **
    39     @struct:      NW_DOM_AttributeListIterator
    40     @struct:      NW_DOM_AttributeListIterator
    40 
    41 
    41     @synopsis:    Iterates over the list of attributes of an element.
    42     @synopsis:    Iterates over the list of attributes of an element.