Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nota

821     xmlNotationPtr nota = NULL;
837 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->intSubset, name,
840 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, name,
849 if (nota == NULL) ctxt->valid = 0;
853 nota);