--- a/apicompatanamdw/compatanalysercmd/headeranalyser/src/XMLUtils.h Mon Sep 20 10:04:46 2010 +0100
+++ b/apicompatanamdw/compatanalysercmd/headeranalyser/src/XMLUtils.h Mon Sep 27 14:51:17 2010 +0530
@@ -522,5 +522,13 @@
* @param name Reference to the name string, which is to be converted.
*/
string& toLower(string& name);
+/**
+ * Parse the node and get the "type" attribute's actual value
+ */
+const XMLCh* GetActualTypeValue(const HANodeIterator& node);
+/**
+ * Parse the node and get the "type" attribute's actual node
+ */
+string GetActualTypeName(const HANodeIterator& node);
#endif