Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:24:25 2011 for ImpalaSrc by  doxygen 1.5.1