Home | History | Annotate | Download | only in libxml2

Lines Matching refs:href

51     ((xmlStrEqual(node->ns->href, xmlSchematronNs)) ||			\
52 (xmlStrEqual(node->ns->href, xmlOldSchematronNs))))
57 ((xmlStrEqual(node->ns->href, xmlSchematronNs)) || \
58 (xmlStrEqual(node->ns->href, xmlOldSchematronNs)))) \
1014 xmlChar *href = NULL;
1021 href = xmlGetNoNsProp(cur, BAD_CAST "href");
1022 if (href == NULL) {
1025 "Include has no href attribute", NULL, NULL);
1031 URI = xmlBuildURI(href, base);
1057 xmlFree(href);