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

static String Impala::Util::XmlDoc::GetAttributeValue ( const DOMNode *const   node,
const char *const   attributeName,
const char *const   defaultV 
) [inline, static]

Definition at line 175 of file XmlDoc.h.

References GetAttributeValue().

00177     {
00178         if (!node->hasAttributes())
00179             return defaultV;
00180         return GetAttributeValue(node->getAttributes(), attributeName, defaultV);
00181     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:41:35 2010 for ImpalaSrc by  doxygen 1.5.1