xml/xmlparser/inc/sl_dict.h
branchRCL_3
changeset 21 604ca70b6235
parent 20 889504eac4fb
equal deleted inserted replaced
20:889504eac4fb 21:604ca70b6235
     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 /*
       
    20 ** WARNING
       
    21 **
       
    22 ** DO NOT EDIT - THIS CODE IS AUTOMATICALLY GENERATED
       
    23 **               FROM A DATA FILE BY THE DICTIONARY CREATION PROGRAM
       
    24 **
       
    25 ** This file generated on Tue Sep 30 14:30:25 2003
       
    26 **                        (coordinated universal time)
       
    27 **
       
    28 ** Command line: dict_creator sl.dict sl_dict.c sl_dict.h
       
    29 */
       
    30 
       
    31 #ifndef HEADER_GUARD_sl_dict_h
       
    32 #define HEADER_GUARD_sl_dict_h
       
    33 
       
    34 
       
    35 #include <xml/cxml/nw_wbxml_dictionary.h>
       
    36 
       
    37 
       
    38 #ifdef __cplusplus
       
    39 extern "C"
       
    40 {
       
    41 #endif
       
    42 
       
    43 
       
    44 #define NW_SL_PublicId 6
       
    45 
       
    46 typedef enum NW_SL_ElementToken_0_e{
       
    47 	NW_SL_ElementToken_sl = 0x0005
       
    48 }NW_SL_ElementToken_0_t;
       
    49 
       
    50 
       
    51 typedef enum NW_SL_AttributeToken_0_e{
       
    52 	NW_SL_AttributeToken_action_execute_low = 0x0005,
       
    53 	NW_SL_AttributeToken_action_execute_high = 0x0006,
       
    54 	NW_SL_AttributeToken_action_cache = 0x0007,
       
    55 	NW_SL_AttributeToken_href = 0x0008,
       
    56 	NW_SL_AttributeToken_href_http___ = 0x0009,
       
    57 	NW_SL_AttributeToken_href_http___www_ = 0x000a,
       
    58 	NW_SL_AttributeToken_href_https___ = 0x000b,
       
    59 	NW_SL_AttributeToken_href_https___www_ = 0x000c,
       
    60 	NW_SL_AttributeToken_action = 0x000d,
       
    61 	NW_SL_AttributeToken__com_ = 0x0085,
       
    62 	NW_SL_AttributeToken__edu_ = 0x0086,
       
    63 	NW_SL_AttributeToken__net_ = 0x0087,
       
    64 	NW_SL_AttributeToken__org_ = 0x0088
       
    65 }NW_SL_AttributeToken_0_t;
       
    66 
       
    67 extern const NW_WBXML_Dictionary_t NW_SL_WBXMLDictionary;
       
    68 
       
    69 /*
       
    70 ** WARNING
       
    71 **
       
    72 ** DO NOT EDIT - THIS CODE IS AUTOMATICALLY GENERATED
       
    73 **               FROM A DATA FILE BY THE DICTIONARY CREATION PROGRAM
       
    74 **
       
    75 ** This file generated on Tue Sep 30 14:30:25 2003
       
    76 **                        (coordinated universal time)
       
    77 **
       
    78 ** Command line: dict_creator sl.dict sl_dict.c sl_dict.h
       
    79 */
       
    80 
       
    81 #ifdef __cplusplus
       
    82 } /* extern "C" */
       
    83 #endif
       
    84 
       
    85 #endif