Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlRelaxNG

763     ret = (xmlRelaxNGPtr) xmlMalloc(sizeof(xmlRelaxNG));
768 memset(ret, 0, sizeof(xmlRelaxNG));
1625 "xmlRelaxNG: could not load %s\n", URL, NULL);
1692 "xmlRelaxNG: included document is empty %s\n", URL,
1698 "xmlRelaxNG: included document %s root is not a grammar\n",
1715 "xmlRelaxNG: include %s has a start but not the included grammar\n",
1724 "xmlRelaxNG: include %s has define without name\n",
1734 "xmlRelaxNG: include %s has a define %s but not the included grammar\n",
1957 "xmlRelaxNG: could not load %s\n", URL, NULL);
1967 "xmlRelaxNG: allocate memory for doc %s\n", URL, NULL);
6634 * xmlRelaxNG struture which can be used to validate instances.