Definition at line 45 of file Mpeg7DocRepositoryInFile.h. References Impala::Core::VideoSet::Mpeg7Doc::ExportXml(), GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::Mpeg7DocLocator::GetName(), Impala::Persistency::File::GetWriteBuffer(), and RepFS(). 00046 { 00047 String dir = GetDir(loc, false); 00048 File f = RepFS().GetFile(loc, dir, loc.GetName(), true, false); 00049 Util::IOBuffer* ioBuf = f.GetWriteBuffer(); 00050 if (! ioBuf) 00051 return; 00052 doc->ExportXml(ioBuf); 00053 delete ioBuf; 00054 }
Here is the call graph for this function: ![]()
|