Home | History | Annotate | Download | only in lib

Lines Matching defs:notation

207   const XML_Char *notation;
2393 if (entity->notation)
4138 /* Enumerated or Notation type */
4175 /* Enumerated or Notation type */
4288 declEntity->notation = poolStoreString(&dtd->pool, enc, s, next);
4289 if (!declEntity->notation)
4299 declEntity->notation);
4310 declEntity->notation);
5102 if (entity->notation) {
5988 if (oldE->notation) {
5989 const XML_Char *tem = poolCopyString(newPool, oldE->notation);
5992 newE->notation = tem;