equal
deleted
inserted
replaced
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 |