xml/xmldomandxpath/src/xmlengineserializer/xmlengcontenthandler.cpp
branchRCL_3
changeset 16 58e164f13314
parent 0 e35f40988205
equal deleted inserted replaced
15:6b9cbc8ad81c 16:58e164f13314
   282 	iSkipPrefixMapping = EFalse;
   282 	iSkipPrefixMapping = EFalse;
   283 	HBufC8* pref = aPrefix.DesC().AllocL();
   283 	HBufC8* pref = aPrefix.DesC().AllocL();
   284 	HBufC8* uri = aUri.DesC().AllocL();
   284 	HBufC8* uri = aUri.DesC().AllocL();
   285 	iCachedPrefixes.AppendL(pref);
   285 	iCachedPrefixes.AppendL(pref);
   286 	iCachedUris.AppendL(uri);
   286 	iCachedUris.AppendL(uri);
   287 	iCachedErrors.Append(aErrorCode);
   287 	User::LeaveIfError(iCachedErrors.Append(aErrorCode));
   288 }
   288 }
   289 
   289 
   290 /**
   290 /**
   291 This method is a notification of the end of the scope of a prefix-URI mapping.
   291 This method is a notification of the end of the scope of a prefix-URI mapping.
   292 This method is called after the corresponding DoEndElementL method.
   292 This method is called after the corresponding DoEndElementL method.