Home | History | Annotate | Download | only in expat

Lines Matching defs:notation

199   const XML_Char *notation;
2361 if (entity->notation)
4106 /* Enumerated or Notation type */
4143 /* Enumerated or Notation type */
4256 declEntity->notation = poolStoreString(&dtd->pool, enc, s, next);
4257 if (!declEntity->notation)
4267 declEntity->notation);
4278 declEntity->notation);
5070 if (entity->notation) {
5955 if (oldE->notation) {
5956 const XML_Char *tem = poolCopyString(newPool, oldE->notation);
5959 newE->notation = tem;