00001 00012 #include <set> 00013 #include <string> 00014 #include <vector> 00015 00016 #if !defined(leeXML_hpp) 00017 #define leeXML_hpp 00018 00019 using namespace std; 00020 00021 #include "NodoTrieS.hpp" 00022 00028 void leeXML(const char *na, long ndoc, NodoTrieS &t); 00029 00030 #endif