hashTableInit
hashTableInit(&(elementType->defaultAttsNames), parser);
static void FASTCALL hashTableInit(HASH_TABLE *table, XML_Parser parser);
hashTableInit(&(p->generalEntities), parser);
hashTableInit(&(p->elementTypes), parser);
hashTableInit(&(p->attributeIds), parser);
hashTableInit(&(p->prefixes), parser);
hashTableInit(&(p->paramEntities), parser);
hashTableInit(&(newE->defaultAttsNames), parser);
hashTableInit(&(ret->defaultAttsNames), getRootParserOf(parser, NULL));