Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nota

25289     xmlNotationPtr nota; /* A notation declaration */
25296 nota = gen_xmlNotationPtr(n_nota, 1);
25298 xmlDumpNotationDecl(buf, nota);
25301 des_xmlNotationPtr(n_nota, nota, 1);
26788 xmlNotationPtr nota; /* a notation definition */
26797 nota = gen_xmlNotationPtr(n_nota, 2);
26799 ret_val = xmlValidateNotationDecl(ctxt, doc, nota);
26804 des_xmlNotationPtr(n_nota, nota, 2);