Searched refs:doctypeSystem (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dtransform.c2859 const xmlChar *doctypeSystem; local
3041 if (style->doctypeSystem != NULL)
3042 xmlFree(style->doctypeSystem);
3043 style->doctypeSystem = prop;
3148 XSLT_GET_IMPORT_PTR(doctypeSystem, style, doctypeSystem)
3155 if (((doctypePublic != NULL) || (doctypeSystem != NULL)))
3156 res = htmlNewDoc(doctypeSystem, doctypePublic);
3160 xsltGetHTMLIDs(version, &doctypePublic, &doctypeSystem);
3163 res = htmlNewDocNoDtD(doctypeSystem, doctypePubli
[all...]
H A Dxslt.c948 if (style->doctypeSystem != NULL)
949 xmlFree(style->doctypeSystem);
1175 if (style->doctypeSystem != NULL)
1176 xmlFree(style->doctypeSystem);
1177 style->doctypeSystem = prop;
H A DxsltInternals.h1467 xmlChar *doctypeSystem; /* doctype-system string */ member in struct:_xsltStylesheet

Completed in 54 milliseconds