Changeset 97 for XMLIO_V2/dev/dev_rv/xmlio_xml_node.hpp
- Timestamp:
- 06/04/10 15:59:28 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XMLIO_V2/dev/dev_rv/xmlio_xml_node.hpp
r96 r97 137 137 AutoPtr<NamedNodeMap> map = this->getCNode()->attributes(); 138 138 139 for(unsigned int i = 0; i< map->length(); i++)140 attributes[map->item(i)->nodeName()] = map->item(i)->nodeValue();139 for(unsigned int i = 0; i< map->length(); i++) 140 attributes[map->item(i)->nodeName()] = map->item(i)->nodeValue(); 141 141 142 return (true);142 return (true); 143 143 } 144 144
Note: See TracChangeset
for help on using the changeset viewer.