Home | History | Annotate | Download | only in libxml2

Lines Matching full:base

1013     xmlChar *base = NULL;
1027 /* do the URI base composition, load and find the root */
1028 base = xmlNodeGetBase(cur->doc, cur);
1029 URI = xmlBuildURI(href, base);
1056 if (base != NULL)
1057 xmlFree(base);