apicompatanamdw/compatanalysercmd/headeranalyser/src/XMLUtils.h
changeset 12 a0eee409ff14
parent 0 638b9c697799
--- 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