113 std::vector< std::pair<unsigned int, const XMLCh*> > result;
114 XERCES_CPP_NAMESPACE_QUALIFIER RefHash2KeysTableOfEnumerator< VarHashEntry<TYPE> > iterator(
const_cast<VarHash*
>(&_map));
115 while(iterator.hasMoreElements())
119 iterator.nextElementKey((
void*&)name, nsID);
120 result.push_back(std::pair<unsigned int, const XMLCh*>(nsID,name));
The class that stores the values of the variables.
Definition VarHashEntry.hpp:29