xml/xmlparser/inc/CXMLReader.h
changeset 37 c828a2f286d1
parent 27 450972dee096
equal deleted inserted replaced
27:450972dee096 37:c828a2f286d1
    22 
    22 
    23 //  INCLUDES
    23 //  INCLUDES
    24 #include <e32std.h>
    24 #include <e32std.h>
    25 #include <f32file.h>
    25 #include <f32file.h>
    26 #include <utf.h>
    26 #include <utf.h>
    27 #include <xml/cxml/nw_cXML_Parser.h>
    27 #include <xml/cxml/nw_cxml_parser.h>
    28 
    28 
    29 #include "CXMLAttributes.h"
    29 #include "cxmlattributes.h"
    30 #include <xml/MXMLContentHandler.h>
    30 #include <xml/mxmlcontenthandler.h>
    31 #include <xml/MWBXMLContentHandler.h>
    31 #include <xml/mwbxmlcontenthandler.h>
    32 #include "CXMLObserver.h"
    32 #include "cxmlobserver.h"
    33 #include <xml/XMLUtils.h>
    33 #include <xml/xmlutils.h>
    34 
    34 
    35 
    35 
    36 // CLASS DECLARATION
    36 // CLASS DECLARATION
    37 
    37 
    38 /**
    38 /**