Home | History | Annotate | Download | only in libxml2

Lines Matching defs:notaDecl

3354     xmlNotationPtr notaDecl;
3358 notaDecl = xmlGetDtdNotationDesc(doc->intSubset, notationName);
3359 if ((notaDecl == NULL) && (doc->extSubset != NULL))
3360 notaDecl = xmlGetDtdNotationDesc(doc->extSubset, notationName);
3362 if ((notaDecl == NULL) && (ctxt != NULL)) {