Home | History | Annotate | Download | only in libxml2

Lines Matching defs:nota

851     xmlNotationPtr nota = NULL;
867 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->intSubset, name,
870 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, name,
879 if (nota == NULL) ctxt->valid = 0;
883 nota);