upnpavcontroller/upnpxmlparser/inc/upnpxmlparserlite.h
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
equal deleted inserted replaced
32:3785f754ee62 38:5360b7ddc251
    28 #include <xml/contenthandler.h>
    28 #include <xml/contenthandler.h>
    29 
    29 
    30 // FORWARD DECLARATIONS
    30 // FORWARD DECLARATIONS
    31 class CUpnpObjectLite;
    31 class CUpnpObjectLite;
    32 class CUPnPObjectStackLite; 
    32 class CUPnPObjectStackLite; 
    33 //class CUpnpItem;
       
    34 //class CUpnpContainer;
       
    35 
    33 
    36 using namespace Xml;
    34 using namespace Xml;
    37 
    35 
    38 /**
    36 /**
    39  * XML SAX Parser for UPnP.
    37  * XML SAX Parser for UPnP.
    73      * format: _L( "0\t%S---" ); where "0" is a placeholder for icon index
    71      * format: _L( "0\t%S---" ); where "0" is a placeholder for icon index
    74      * and %S is a placeholder for title
    72      * and %S is a placeholder for title
    75      * 
    73      * 
    76      */
    74      */
    77     IMPORT_C void ParseResultDataL( RPointerArray<CUpnpObjectLite>&
    75     IMPORT_C void ParseResultDataL( RPointerArray<CUpnpObjectLite>&
    78         aResultArray, const TDesC8& aData, const TDesC& aFormatString = KNullDesC );
    76         aResultArray, const TDesC8& aData, const TDesC& aFormatString =
       
    77         KNullDesC );
    79                     
    78                     
    80 protected: // from MContentHandler
    79 protected: // from MContentHandler
    81 
    80 
    82     /**
    81     /**
    83      * From MContentHandler.
    82      * From MContentHandler.