Lines Matching refs:xmlGetDtdNotationDesc
3317 * xmlGetDtdNotationDesc:
3327 xmlGetDtdNotationDesc(xmlDtdPtr dtd, const xmlChar *name) {
3357 notaDecl = xmlGetDtdNotationDesc(doc->intSubset, notationName);
3359 notaDecl = xmlGetDtdNotationDesc(doc->extSubset, notationName);
3914 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
3916 nota = xmlGetDtdNotationDesc(doc->extSubset, value);
4444 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
4446 nota = xmlGetDtdNotationDesc(doc->extSubset, value);
4641 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
4643 nota = xmlGetDtdNotationDesc(doc->extSubset, value);