Home | History | Annotate | Download | only in src

Lines Matching refs:notaDecl

3353     xmlNotationPtr notaDecl;
3357 notaDecl = xmlGetDtdNotationDesc(doc->intSubset, notationName);
3358 if ((notaDecl == NULL) && (doc->extSubset != NULL))
3359 notaDecl = xmlGetDtdNotationDesc(doc->extSubset, notationName);
3361 if ((notaDecl == NULL) && (ctxt != NULL)) {