Lines Matching defs:notation
326 const XML_Char *notation;
2957 if (entity->notation)
5241 parser->m_declEntity->notation
5243 if (! parser->m_declEntity->notation)
5251 parser->m_declEntity->publicId, parser->m_declEntity->notation);
5258 parser->m_declEntity->publicId, parser->m_declEntity->notation);
6146 if (entity->notation) {
7146 if (oldE->notation) {
7147 const XML_Char *tem = poolCopyString(newPool, oldE->notation);
7150 newE->notation = tem;