Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

static std::string Impala::Persistency::XmlFileReader::GetAttributeValue ( const XERCES_CPP_NAMESPACE_QUALIFIER DOMNamedNodeMap *const   attributes,
const char *const   attributeName 
) [inline, static]

Definition at line 127 of file XmlFileReader.h.

References GetNodeValue().

Referenced by Impala::Core::VideoSet::ShotSegmenter::ReadGroundTruth().

00128     {
00129         XMLCh *xercesAttribName = XERCES_CPP_NAMESPACE_QUALIFIER XMLString::transcode(attributeName);
00130         XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *attrib = attributes->getNamedItem(xercesAttribName);
00131         XERCES_CPP_NAMESPACE_QUALIFIER XMLString::release(&xercesAttribName);
00132         return (attrib == 0) ? "" : GetNodeValue(attrib);
00133     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:37:28 2010 for ImpalaSrc by  doxygen 1.5.1