contentstorage/casrv/cawidgetscanner/inc/cawidgetscannerparser.h
changeset 93 82b66994846c
parent 89 1e87eb3b400f
child 98 d2f833ab7940
equal deleted inserted replaced
92:782e3408c2ab 93:82b66994846c
   166     /**
   166     /**
   167      * Sets widgets mmc id
   167      * Sets widgets mmc id
   168      * @param aWidget widget to set value
   168      * @param aWidget widget to set value
   169      */
   169      */
   170     void SetMmcIdL( CCaWidgetDescription * aWidget );
   170     void SetMmcIdL( CCaWidgetDescription * aWidget );
       
   171     
       
   172     void ParseUriL(TXmlEngElement & aElement);
       
   173     void ParseTitleL(TXmlEngElement & aElement);
       
   174     void ParseIconL(TXmlEngElement & aElement,  const TDesC & aPackageUid);
       
   175     void ParseDescriptionL(TXmlEngElement & aElement);
       
   176     void ParseHiddenL(TXmlEngElement & aElement);
       
   177     void ParseServiceXmlL(TXmlEngElement & aElement);
   171 
   178 
   172 private:
   179 private:
   173 
   180 
   174     /**
   181     /**
   175      * C++ default constructor.
   182      * C++ default constructor.
   205     RWidgetArray iWidgets;
   212     RWidgetArray iWidgets;
   206     /*
   213     /*
   207      * Own.
   214      * Own.
   208      */
   215      */
   209     RXmlEngDOMImplementation iDomImpl;
   216     RXmlEngDOMImplementation iDomImpl;
       
   217     
       
   218     CCaWidgetDescription* iWidgetDescriptor;
   210 
   219 
   211     };
   220     };
   212 
   221 
   213 #endif      // C_WIDGETSCANNERPARSER_H
   222 #endif      // C_WIDGETSCANNERPARSER_H
   214 // End of File
   223 // End of File