[inline, static]
Definition at line 164 of file XmlDoc.h.
References ILOG_INFO.
Referenced by Impala::Core::VideoSet::Mpeg7DocAudio::AddSegment(), Impala::Core::VideoSet::Mpeg7Doc::AddShot(), GetAttributeValue(), Impala::Application::MediaTable::TableDataSourceFlickrPhotoList::GetImageDataByID(), Impala::Core::VideoSet::Mpeg7Doc::GetTemporalDecomposition(), Impala::Application::MediaTable::TableDataSourceFlickrPhotoList::GetTextDataByID(), Impala::Application::TagsLife::Photo::initPhoto(), Impala::Core::VideoSet::Mpeg7Doc::ReadData(), Impala::Core::IDash::XmlVideoList::ReadData(), Impala::Core::IDash::XmlVideo::ReadData(), Impala::Core::IDash::XmlShot::ReadData(), Impala::Core::IDash::XmlQuerySet::ReadData(), Impala::Core::IDash::XmlJobReference::ReadData(), Impala::Core::IDash::XmlJob::ReadData(), Impala::Core::IDash::XmlCase::ReadData(), Impala::Core::IDash::XmlAnnotationSet::ReadData(), Impala::Application::TagsLife::Tag::readGeo(), Impala::Application::TagsLife::Tag::readTag(), and Impala::Core::Trec::TrecTopic::ReadTopics().
00165 { 00166 if (!node->hasAttributes()) 00167 { 00168 ILOG_INFO("No attribute " + String(attributeName)); 00169 return ""; 00170 } 00171 return GetAttributeValue(node->getAttributes(), attributeName); 00172 }