Home | History | Annotate | Download | only in lib

Lines Matching defs:notation

279   const XML_Char *notation;
2773 if (entity->notation)
4630 /* Enumerated or Notation type */
4667 /* Enumerated or Notation type */
4783 parser->m_declEntity->notation = poolStoreString(&dtd->pool, enc, s, next);
4784 if (!parser->m_declEntity->notation)
4794 parser->m_declEntity->notation);
4805 parser->m_declEntity->notation);
5648 if (entity->notation) {
6603 if (oldE->notation) {
6604 const XML_Char *tem = poolCopyString(newPool, oldE->notation);
6607 newE->notation = tem;