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:
|