Home | History | Annotate | Download | only in lib

Lines Matching full:notation

199   const XML_Char *notation;
2358 if (entity->notation)
4103 /* Enumerated or Notation type */
4140 /* Enumerated or Notation type */
4253 declEntity->notation = poolStoreString(&dtd->pool, enc, s, next);
4254 if (!declEntity->notation)
4264 declEntity->notation);
4275 declEntity->notation);
5067 if (entity->notation) {
5953 if (oldE->notation) {
5954 const XML_Char *tem = poolCopyString(newPool, oldE->notation);
5957 newE->notation = tem;