xmlsrv_plat/cxml_library_api/inc/nw_cxml_parser.h
changeset 34 c7e9f1c97567
parent 24 74f0b3eb154c
equal deleted inserted replaced
25:417699dc19c9 34:c7e9f1c97567
       
     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:  Provides a single header for the cXML Parser
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef NW_CXML_PARSER_H
       
    21 #define NW_CXML_PARSER_H
       
    22 
       
    23 //  INCLUDES
       
    24 
       
    25 // This header file includes all public API headers for the cXML Parser.
       
    26 
       
    27 
       
    28 #include <xml/cxml/nw_xmlp_xmlreader.h>
       
    29 #include <xml/cxml/nw_xmlp_xmlparser.h>
       
    30 #include <xml/cxml/nw_wbxml_reader.h>
       
    31 #include <xml/cxml/nw_wbxml_parse.h>
       
    32 #include <xml/cxml/nw_dom_document.h>
       
    33 #include <xml/cxml/nw_dom_node.h>
       
    34 #include <xml/cxml/nw_dom_element.h>
       
    35 #include <xml/cxml/nw_dom_attribute.h>
       
    36 #include <xml/cxml/nw_dom_text.h>
       
    37 #include <xml/cxml/nw_string_string.h>
       
    38 #include <xml/cxml/nw_string_char.h>
       
    39 #include <xml/cxml/nw_wbxml_dictionary.h>
       
    40 #include <xml/cxml/nw_encoder_domencoder.h>
       
    41 #include <xml/cxml/nw_wbxml_document.h>
       
    42 #include <xml/cxml/cxml_file_if.h>
       
    43 
       
    44 // Currently needed for cleanup.
       
    45 #include <xml/cxml/nw_tinydom_utils.h>
       
    46 
       
    47 #endif      // NW_CXML_PARSER_H   
       
    48             
       
    49 // End of File