Home | History | Annotate | Download | only in libxml2

Lines Matching defs:href

778     xmlChar *href = NULL;
788 href = getString(cur,
789 "string(ts:instanceDocument/@xlink:href)");
790 if ((href == NULL) || (href[0] == 0)) {
791 test_log("testGroup line %ld misses href for schemaDocument\n",
796 path = xmlBuildURI(href, BAD_CAST base);
800 xmlGetLineNo(cur), href);
859 if (href != NULL) xmlFree(href);
875 xmlChar *href = NULL;
886 href = getString(cur,
887 "string(ts:schemaTest/ts:schemaDocument/@xlink:href)");
888 if ((href == NULL) || (href[0] == 0)) {
889 test_log("testGroup line %ld misses href for schemaDocument\n",
894 path = xmlBuildURI(href, BAD_CAST base);
897 xmlGetLineNo(cur), href);
982 if (href != NULL) xmlFree(href);