Home | History | Annotate | Download | only in libxml2

Lines Matching full:xmlbase

1734 			    xmlChar *xmlBase;
1735 xmlBase = xmlGetNsProp(node,
1738 if (xmlBase != NULL) {
1740 relBase = xmlBuildURI(xmlBase, base);
1746 xmlBase);
1751 xmlFree(xmlBase);