xml/xmldomandxpath/src/xmlengineserializer/xmlengcontenthandler.cpp
branchGCC_SURGE
changeset 28 7770e7c6cef3
parent 27 450972dee096
equal deleted inserted replaced
21:1cc61a22b5f5 28:7770e7c6cef3
   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.