webengine/wmlengine/src/hed/src/DomHelper.c
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 68 92a765b5b3e7
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 
    18 #include "nwx_defs.h"
    19 #include "nwx_defs.h"
    19 #include "nw_hed_domhelper.h"
    20 #include "nw_hed_domhelper.h"
    20 
    21 
    21 #include <nw_dom_element.h>
    22 #include "nw_dom_element.h"
    22 #include "nw_dom_domvisitor.h"
    23 #include "nw_dom_domvisitor.h"
    23 #include <nw_dom_text.h>
    24 #include "nw_dom_text.h"
    24 #include <nw_dom_document.h>
    25 #include "nw_dom_document.h"
    25 #include "nwx_string.h"
    26 #include "nwx_string.h"
    26 #include "nwx_url_utils.h"
    27 #include "nwx_url_utils.h"
    27 #include "nwx_logger.h"
    28 #include "nwx_logger.h"
    28 #include "textreverse.h"
    29 #include "textreverse.h"
    29 #include "nwx_settings.h"
    30 #include "nwx_settings.h"
    30 #include <nwx_status.h>
    31 #include <nwx_status.h>
    31 #include "nwx_statuscodeconvert.h"
    32 #include "nwx_statuscodeconvert.h"
    32 #include "nw_xhtml_xhtml_1_0_tokens.h"
    33 #include "nw_xhtml_xhtml_1_0_tokens.h"
    33 #include "BrsrStatusCodes.h"
    34 #include "BrsrStatusCodes.h"
    34 #include "wml_elm_attr.h"
    35 #include "wml_elm_attr.h"
       
    36 
    35 
    37 
    36 /* ------------------------------------------------------------------------- *
    38 /* ------------------------------------------------------------------------- *
    37    private constants
    39    private constants
    38  * ------------------------------------------------------------------------- */
    40  * ------------------------------------------------------------------------- */
    39 /* ------------------------------------------------------------------------- *
    41 /* ------------------------------------------------------------------------- *