Definition at line 43 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(). 00044 { 00045 String dir = GetDir(loc); 00046 File f = RepFS().GetFile(loc, dir, loc.GetName(), true, false); 00047 Util::IOBuffer* ioBuf = f.GetWriteBuffer(); 00048 if (! ioBuf) 00049 return; 00050 doc->ExportXml(ioBuf); 00051 delete ioBuf; 00052 }
Here is the call graph for this function:
|