Searched refs:methodURI (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/libxslt-13/libxslt/xsltproc/
H A Dxsltproc.c439 if (cur->methodURI == NULL) {
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dxslt.c993 if (style->methodURI != NULL)
994 xmlFree(style->methodURI);
1193 if (style->methodURI != NULL)
1194 xmlFree(style->methodURI);
1195 style->methodURI = NULL;
1215 style->methodURI = xmlStrdup(URI);
H A DxsltInternals.h1561 xmlChar *methodURI; /* associated namespace if any */ member in struct:_xsltStylesheet
H A Dtransform.c3452 if (style->methodURI != NULL)
3453 xmlFree(style->methodURI);
3454 style->methodURI = NULL;
3471 style->methodURI = xmlStrdup(URI);
H A Dxsltutils.c1465 if ((style->methodURI != NULL) &&

Completed in 138 milliseconds