webengine/wmlengine/src/xhtml/src/Structure/scriptElementHandler.cpp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    16 */
    16 */
    17  
    17  
    18 // INCLUDE FILES
    18 // INCLUDE FILES
    19 #include <e32std.h>
    19 #include <e32std.h>
    20 #include <e32base.h>
    20 #include <e32base.h>
    21 #include <f32file.h>
    21 
    22 #include <flogger.h>
    22 #include <nwx_string.h> 
    23 
       
    24 #include <stddef.h>
       
    25 #include <stdio.h>
       
    26 
       
    27 // User Includes
    23 // User Includes
    28 #include "nwx_string.h" 
       
    29 #include "ecmadll.h"
    24 #include "ecmadll.h"
    30 #include "XhtmlTableElementHandlerOOC.h"
    25 #include "XhtmlTableElementHandlerOOC.h"
    31 #include "nw_lmgr_statictablebox.h"
    26 #include "nw_lmgr_statictablebox.h"
    32 #include "nw_lmgr_verticaltablebox.h"
    27 #include "nw_lmgr_verticaltablebox.h"
    33 #include "nw_lmgr_bidiflowbox.h"
    28 #include "nw_lmgr_bidiflowbox.h"
    40 #include "nwx_settings.h"
    35 #include "nwx_settings.h"
    41 #include "nw_basicforms_xhtmlformliaison.h"
    36 #include "nw_basicforms_xhtmlformliaison.h"
    42 #include "nw_basicforms_inputelementhandler.h"
    37 #include "nw_basicforms_inputelementhandler.h"
    43 #include "nw_structure_scriptelementhandleri.h"
    38 #include "nw_structure_scriptelementhandleri.h"
    44 #include "nw_xhtml_xhtmlcontenthandler.h"
    39 #include "nw_xhtml_xhtmlcontenthandler.h"
       
    40 #include "nw_dom_document.h"
    45 #include "nw_htmlp_to_wbxml.h"
    41 #include "nw_htmlp_to_wbxml.h"
    46 #include "nw_lmgr_slavepropertylist.h"
    42 #include "nw_lmgr_slavepropertylist.h"
    47 #include "nw_xhtml_xhtml_1_0_tokens.h"
    43 #include "nw_xhtml_xhtml_1_0_tokens.h"
    48 #include "nw_text_ucs2.h"
    44 #include "nw_text_ucs2.h"
    49 #include <nw_dom_text.h>
    45 #include "nw_dom_text.h"
    50 #include "nw_dom_domvisitor.h"
    46 #include "nw_dom_domvisitor.h"
    51 #include <nw_tinydom.h>
    47 #include "nw_tinydom.h"
    52 #include <nw_dom_element.h>
    48 #include "nw_dom_element.h"
    53 #include <nw_dom_document.h>
    49 #include "nw_dom_document.h"
    54 
    50 
       
    51 #include <f32file.h>
       
    52 #include <flogger.h>
       
    53 
       
    54 #include <stddef.h>
       
    55 #include <stdio.h>
       
    56 
       
    57 #include <nwx_string.h>
    55 #include "nw_ecma_contenthandler.h"
    58 #include "nw_ecma_contenthandler.h"
    56 #include "nw_lmgr_textbox.h"
    59 #include "nw_lmgr_textbox.h"
    57 #include "nwx_http_defs.h"
    60 #include "nwx_http_defs.h"
       
    61 
    58 #include "nwx_logger.h"
    62 #include "nwx_logger.h"
    59 
       
    60 _LIT(KScriptLanguage, "javascript");
    63 _LIT(KScriptLanguage, "javascript");
    61 _LIT(KScriptType1, "text/javascript");
    64 _LIT(KScriptType1, "text/javascript");
    62 _LIT(KScriptType2, "text/ecmascript");
    65 _LIT(KScriptType2, "text/ecmascript");
    63 _LIT(KScriptType3, "application/x-javascript");
    66 _LIT(KScriptType3, "application/x-javascript");
    64 
    67