apicompatanamdw/compatanalysercmd/headeranalyser/src/XMLUtils.h
changeset 12 a0eee409ff14
parent 0 638b9c697799
equal deleted inserted replaced
11:bdd2944b914b 12:a0eee409ff14
   520 /**
   520 /**
   521  * Converts the given string in lower case.
   521  * Converts the given string in lower case.
   522  * @param name Reference to the name string, which is to be converted.
   522  * @param name Reference to the name string, which is to be converted.
   523  */
   523  */
   524 string& toLower(string& name);
   524 string& toLower(string& name);
       
   525 /**
       
   526  * Parse the node and get the "type" attribute's actual value
       
   527  */
       
   528 const XMLCh* GetActualTypeValue(const HANodeIterator& node);
       
   529 /**
       
   530  * Parse the node and get the "type" attribute's actual node
       
   531  */
       
   532 string GetActualTypeName(const HANodeIterator& node);
   525 
   533 
   526 #endif
   534 #endif