browserutilities/xmlparser/inc/CXMLReader.h
changeset 37 cb62a4f66ebe
parent 36 0ed94ceaa377
child 65 5bfc169077b2
child 93 79859ed3eea9
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
    13 *
    13 *
    14 * Description:  ?Description
    14 * Description:  ?Description
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 
       
    20 #ifndef __CXMLREADER_H
    18 #ifndef __CXMLREADER_H
    21 #define __CXMLREADER_H
    19 #define __CXMLREADER_H
    22 
    20 
    23 //  INCLUDES
    21 //  INCLUDES
    24 #include <e32std.h>
    22 #include <e32std.h>
    25 #include <F32File.h>
    23 #include <F32File.h>
    26 #include <utf.h>
    24 #include <utf.h>
    27 #include "nw_cxml_parser.h"
    25 #include <nw_cxml_parser.h>
    28 
    26 
    29 #include "CXMLAttributes.h"
    27 #include "CXMLAttributes.h"
    30 #include "mxmlcontenthandler.h"
    28 #include <mxmlcontenthandler.h>
    31 #include "mwbxmlcontenthandler.h"
    29 #include <mwbxmlcontenthandler.h>
    32 #include "CXMLObserver.h"
    30 #include "CXMLObserver.h"
    33 #include "xmlutils.h"
    31 #include <xmlutils.h>
    34 
       
    35 
    32 
    36 // CLASS DECLARATION
    33 // CLASS DECLARATION
    37 
    34 
    38 /**
    35 /**
    39 *  Implementation of RXMLReader interface.
    36 *  Implementation of RXMLReader interface.