webengine/wmlengine/src/xhtml/include/nw_xhtml_textelementhandleri.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_TEXTELEMENTHANDLERI_H
       
    20 #define NW_XHTML_TEXTELEMENTHANDLERI_H
       
    21 
       
    22 #include "nw_xhtml_elementhandleri.h"
       
    23 #include "nw_xhtml_textelementhandler.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_TextElementHandler_CreateBoxTree (const NW_XHTML_ElementHandler_t* elementHandler,
       
    37                                             NW_XHTML_ContentHandler_t* contentHandler,
       
    38                                             NW_DOM_ElementNode_t* elementNode,
       
    39                                             NW_LMgr_ContainerBox_t* containerBox);
       
    40 
       
    41 extern
       
    42 NW_Uint8
       
    43 _NW_XHTML_TextElementHandler_ProcessEvent (const NW_XHTML_ElementHandler_t* elementHandler,
       
    44                                            NW_XHTML_ContentHandler_t* contentHandler,
       
    45                                            NW_DOM_ElementNode_t* elementNode,
       
    46                                            NW_LMgr_Box_t* box,
       
    47                                            NW_Evt_Event_t* event);
       
    48 
       
    49 #ifdef __cplusplus
       
    50 } // extern "C" {
       
    51 #endif /* __cplusplus */
       
    52 
       
    53 #endif /* NW_XHTML_TEXTELEMENTHANDLERI_H */