Home | History | Annotate | Download | only in lib

Lines Matching refs:notation

199   const XML_Char *notation;
2347 if (entity->notation)
4090 /* Enumerated or Notation type */
4127 /* Enumerated or Notation type */
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;