browserutilities/xmlparser/inc/CXMLObserver.h
branchRCL_3
changeset 48 79859ed3eea9
parent 26 cb62a4f66ebe
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    13 *
    13 *
    14 * Description:  ?Description
    14 * Description:  ?Description
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 
       
    19 
    18 #ifndef __CXMLOBSERVER_H
    20 #ifndef __CXMLOBSERVER_H
    19 #define __CXMLOBSERVER_H
    21 #define __CXMLOBSERVER_H
    20 
    22 
    21 //  INCLUDES
    23 //  INCLUDES
    22 #include <e32std.h>
    24 #include <e32std.h>
    23 #include <eikenv.h>
    25 #include <txtetext.h>
    24 #include "CXMLAttributes.h"
    26 #include "CXMLAttributes.h"
    25 #include <mxmlcontenthandler.h>
    27 #include "MXMLContentHandler.h"
    26 #include <mwbxmlcontenthandler.h>
    28 #include "MWBXMLContentHandler.h"
       
    29 
    27 
    30 
    28 // CLASS DECLARATION
    31 // CLASS DECLARATION
    29 
    32 
    30 /**
    33 /**
    31 *  Help class for CXMLReader.
    34 *  Help class for CXMLReader.