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