#include <stdio.h>#include <iostream>#include "expat.h"#include "NodoTrieS.hpp"

Ir al código fuente de este archivo.
Namespaces | |
| namespace | Mt77 |
Definiciones | |
| #define | XML_FMT_INT_MOD "l" |
Funciones | |
| void | leeXML (const char *na, long ndoc, NodoTrieS &t) |
Variables | |
| const int | MAXPROF = 100 |
| const char * | elem [MAXPROF] |
| const char ** | vatts [MAXPROF] |
| int | profundidad = 0 |
| int | numdoc = -1 |
| NodoTrieS * | nodotries |
| XML_Parser | parser = NULL |
Definición en el archivo leeXML.cpp.
| #define XML_FMT_INT_MOD "l" |
| void leeXML | ( | const char * | na, | |
| long | ndoc, | |||
| NodoTrieS & | t | |||
| ) |
Construye un trieS a partir de un XML
Definición en la línea 79 del archivo leeXML.cpp.
Hace referencia a ASSERT, numdoc, parser, y XML_FMT_INT_MOD.
Referenciado por indexa().
Definición en la línea 34 del archivo leeXML.cpp.
| const int MAXPROF = 100 |
Definición en la línea 32 del archivo leeXML.cpp.
Definición en la línea 39 del archivo leeXML.cpp.
| int numdoc = -1 |
| XML_Parser parser = NULL |
| int profundidad = 0 |
Definición en la línea 37 del archivo leeXML.cpp.
Definición en la línea 35 del archivo leeXML.cpp.
1.5.4