Home | History | Annotate | Download | only in expat

Lines Matching defs:notation

197   const XML_Char *notation;

2263 if (entity->notation)
3969 /* Enumerated or Notation type */
4006 /* Enumerated or Notation type */
4118 declEntity->notation = poolStoreString(&dtd->pool, enc, s, next);
4119 if (!declEntity->notation)
4129 declEntity->notation);
4140 declEntity->notation);
4932 if (entity->notation) {
5814 if (oldE->notation) {
5815 const XML_Char *tem = poolCopyString(newPool, oldE->notation);
5818 newE->notation = tem;