webengine/wmlengine/src/xhtml/include/XhtmlObjectElementHandlerOOCi.h
changeset 74 91031d3aab7d
parent 68 92a765b5b3e7
child 85 e358f2276d3f
equal deleted inserted replaced
68:92a765b5b3e7 74:91031d3aab7d
     1 /*
       
     2 * Copyright (c) 2003 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_OBJECT_OBJELEMENTHANDLERI_H
       
    20 #define NW_XHTML_OBJECT_OBJELEMENTHANDLERI_H
       
    21 
       
    22 #include "nw_xhtml_elementhandleri.h"
       
    23 #include "XhtmlObjectElementHandlerOOC.h"
       
    24 
       
    25 #ifdef __cplusplus
       
    26 extern "C" {
       
    27 #endif /* __cplusplus */
       
    28   
       
    29 
       
    30 /* GENERATED */
       
    31 
       
    32 /* ------------------------------------------------------------------------- *
       
    33    method implementation prototypes
       
    34  * ------------------------------------------------------------------------- */
       
    35 extern
       
    36 TBrowserStatusCode
       
    37 _NW_XHTML_ObjectElementHandler_Initialize (const NW_XHTML_ElementHandler_t* aElementHandler,
       
    38         NW_XHTML_ContentHandler_t* aContentHandler, NW_DOM_ElementNode_t* aElementNode);
       
    39 
       
    40 extern
       
    41 TBrowserStatusCode
       
    42 _NW_XHTML_ObjectElementHandler_CreateBoxTree (const NW_XHTML_ElementHandler_t* aElementHandler,
       
    43         NW_XHTML_ContentHandler_t* aContentHandler, NW_DOM_ElementNode_t* aElementNode,
       
    44         NW_LMgr_ContainerBox_t* parentBox);  
       
    45 
       
    46 extern
       
    47 NW_Uint8
       
    48 _NW_XHTML_ObjectElementHandler_ProcessEvent (const NW_XHTML_ElementHandler_t* aElementHandler,
       
    49         NW_XHTML_ContentHandler_t* aContentHandler, NW_DOM_ElementNode_t* aElementNode,
       
    50         NW_LMgr_Box_t* aBox, NW_Evt_Event_t* aEvent);
       
    51 
       
    52 #ifdef __cplusplus
       
    53 } // extern "C" {
       
    54 #endif /* __cplusplus */
       
    55 
       
    56 #endif /* NW_XHTML_OBJECT_OBJELEMENTHANDLERI_H */