Searched defs:nota (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DSAX2.c815 xmlNotationPtr nota = NULL; local
831 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->intSubset, name,
834 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, name,
843 if (nota == NULL) ctxt->valid = 0;
847 nota);
H A Dvalid.c519 xmlGenericError(xmlGenericErrorContext, "?nota? ");
2361 xmlFreeNotation(xmlNotationPtr nota) { argument
2362 if (nota == NULL) return;
2363 if (nota->name != NULL)
2364 xmlFree((xmlChar *) nota->name);
2365 if (nota->PublicID != NULL)
2366 xmlFree((xmlChar *) nota->PublicID);
2367 if (nota->SystemID != NULL)
2368 xmlFree((xmlChar *) nota->SystemID);
2369 xmlFree(nota);
2472 xmlCopyNotation(xmlNotationPtr nota) argument
2519 xmlDumpNotationDecl(xmlBufferPtr buf, xmlNotationPtr nota) argument
2546 xmlDumpNotationDeclScan(xmlNotationPtr nota, xmlBufferPtr buf) argument
3837 xmlNotationPtr nota; local
4368 xmlNotationPtr nota; local
4565 xmlNotationPtr nota; local
[all...]
H A Dxmlschemas.c3702 xmlSchemaFreeNotation(xmlSchemaNotationPtr nota) argument
3704 if (nota == NULL)
3706 xmlFree(nota);
H A Dtestapi.c24840 xmlNotationPtr nota; /* A notation declaration */ local
24847 nota = gen_xmlNotationPtr(n_nota, 1);
24849 xmlDumpNotationDecl(buf, nota);
24852 des_xmlNotationPtr(n_nota, nota, 1);
26339 xmlNotationPtr nota; /* a notation definition */ local
26348 nota = gen_xmlNotationPtr(n_nota, 2);
26350 ret_val = xmlValidateNotationDecl(ctxt, doc, nota);
26355 des_xmlNotationPtr(n_nota, nota, 2);
[all...]

Completed in 232 milliseconds