web_plat/feeds_engine_api/inc/XmlEncoding.h
branchCompilerCompatibility
changeset 60 2b524de5b49b
parent 0 dd21522fd290
equal deleted inserted replaced
57:5e70f2223398 60:2b524de5b49b
   178         * @param aEnd  The end of the attribute.
   178         * @param aEnd  The end of the attribute.
   179         * @param aValueBegin The beginning of the encoding's value.
   179         * @param aValueBegin The beginning of the encoding's value.
   180         * @param aValueEnd The end of the encoding's value
   180         * @param aValueEnd The end of the encoding's value
   181         * @return ETrue if the encoding was found.
   181         * @return ETrue if the encoding was found.
   182         */
   182         */
   183         TBool CXmlEncoding::FindEncoding(const TDesC8& aBuffer, 
   183         TBool FindEncoding(const TDesC8& aBuffer, 
   184                 TInt& aBegin, TInt& aEnd, TInt& aValueBegin, TInt& aValueEnd) const;
   184                 TInt& aBegin, TInt& aEnd, TInt& aValueBegin, TInt& aValueEnd) const;
   185 
   185 
   186         /**
   186         /**
   187         * Finds the location of the encoding attribute in the xml-prolog.
   187         * Finds the location of the encoding attribute in the xml-prolog.
   188         *
   188         *
   192         * @param aEnd  The end of the attribute.
   192         * @param aEnd  The end of the attribute.
   193         * @param aValueBegin The beginning of the encoding's value.
   193         * @param aValueBegin The beginning of the encoding's value.
   194         * @param aValueEnd The end of the encoding's value
   194         * @param aValueEnd The end of the encoding's value
   195         * @return ETrue if the encoding was found.
   195         * @return ETrue if the encoding was found.
   196         */
   196         */
   197         TBool CXmlEncoding::FindEncoding(const TDesC& aBuffer, 
   197         TBool FindEncoding(const TDesC& aBuffer, 
   198                 TInt& aBegin, TInt& aEnd, TInt& aValueBegin, TInt& aValueEnd) const;
   198                 TInt& aBegin, TInt& aEnd, TInt& aValueBegin, TInt& aValueEnd) const;
   199 
   199 
   200 
   200 
   201     private:  // Data
   201     private:  // Data
   202         RFs                         iRfs;
   202         RFs                         iRfs;