Lines Matching defs:nota
24840 xmlNotationPtr nota; /* A notation declaration */
24847 nota = gen_xmlNotationPtr(n_nota, 1);
24849 xmlDumpNotationDecl(buf, nota);
24852 des_xmlNotationPtr(n_nota, nota, 1);
26339 xmlNotationPtr nota; /* a notation definition */
26348 nota = gen_xmlNotationPtr(n_nota, 2);
26350 ret_val = xmlValidateNotationDecl(ctxt, doc, nota);
26355 des_xmlNotationPtr(n_nota, nota, 2);