poolLength
= (int)(poolLength(&dtd->entityValuePool));
if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20)
&& (poolLength(pool) == 0 || poolLastChar(pool) == 0x20))
if (! isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20))
entity->textLen = (int)(poolLength(pool));
if (poolLength(&parser->m_tempPool) == 0)