webengine/wmlengine/src/xhtml/include/nw_basictables_rowgroupelementhandleri.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_BASICTABLES_ROWGROUPELEMENTHANDLERI_H
       
    20 #define NW_XHTML_BASICTABLES_ROWGROUPELEMENTHANDLERI_H
       
    21 
       
    22 #include "nw_xhtml_elementhandleri.h"
       
    23 #include "nw_basictables_rowgroupelementhandler.h"
       
    24 #include "BrsrStatusCodes.h"
       
    25 
       
    26 #ifdef __cplusplus
       
    27 extern "C" {
       
    28 #endif /* __cplusplus */
       
    29   
       
    30 
       
    31 /* GENERATED */
       
    32 
       
    33 /* ------------------------------------------------------------------------- *
       
    34    method implementation prototypes
       
    35  * ------------------------------------------------------------------------- */
       
    36 
       
    37 extern
       
    38 TBrowserStatusCode
       
    39 _NW_XHTML_rowgroupElementHandler_CreateBoxTree (const NW_XHTML_ElementHandler_t* elementHandler,
       
    40                                             NW_XHTML_ContentHandler_t* contentHandler,
       
    41                                             NW_DOM_ElementNode_t* elementNode,
       
    42                                             NW_LMgr_ContainerBox_t* parentBox);
       
    43 
       
    44 
       
    45 #ifdef __cplusplus
       
    46 } // extern "C" {
       
    47 #endif /* __cplusplus */
       
    48 
       
    49 #endif /* NW_XHTML_BASICTABLES_ROWGROUPELEMENTHANDLERI_H */