webengine/wmlengine/src/xhtml/include/nw_structure_scriptelementhandleri.h
changeset 0 dd21522fd290
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2000 - 2001 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef NW_XHTML_STRUCTURE_SCRIPTELEMENTHANDLERI_H
       
    20 #define NW_XHTML_STRUCTURE_SCRIPTELEMENTHANDLERI_H
       
    21 
       
    22 #include "nw_xhtml_elementhandleri.h"
       
    23 #include "nw_structure_scriptelementhandler.h"
       
    24 #include "BrsrStatusCodes.h"
       
    25 
       
    26 #ifdef __cplusplus
       
    27 extern "C" {
       
    28 #endif /* __cplusplus */
       
    29   
       
    30 
       
    31 /* ------------------------------------------------------------------------- *
       
    32    method implementation prototypes
       
    33  * ------------------------------------------------------------------------- */
       
    34 extern
       
    35 TBrowserStatusCode
       
    36 _NW_XHTML_scriptElementHandler_Initialize (const NW_XHTML_ElementHandler_t* elementHandler,
       
    37                                           NW_XHTML_ContentHandler_t* contentHandler,
       
    38                                           NW_DOM_ElementNode_t* elementNode);
       
    39 
       
    40 extern
       
    41 TBrowserStatusCode
       
    42 _NW_XHTML_scriptElementHandler_CreateBoxTree (const NW_XHTML_ElementHandler_t* elementHandler,
       
    43                                             NW_XHTML_ContentHandler_t* contentHandler,
       
    44                                             NW_DOM_ElementNode_t* elementNode,
       
    45                                             NW_LMgr_ContainerBox_t* parentBox);
       
    46 
       
    47 #ifdef __cplusplus
       
    48 } // extern "C" {
       
    49 #endif /* __cplusplus */
       
    50 
       
    51 #endif /* NW_XHTML_STRUCTURE_TITLEELEMENTHANDLERI_H */