Lines Matching defs:notation
199 const XML_Char *notation;
2347 if (entity->notation)
4240 declEntity->notation = poolStoreString(&dtd->pool, enc, s, next);
4241 if (!declEntity->notation)
4251 declEntity->notation);
4262 declEntity->notation);
5054 if (entity->notation) {
5937 if (oldE->notation) {
5938 const XML_Char *tem = poolCopyString(newPool, oldE->notation);
5941 newE->notation = tem;