HomeSort by relevance Sort by last modified time
    Searched defs:modeURI (Results 1 - 3 of 3) sorted by null

  /external/libxslt/libxslt/
pattern.c 104 const xmlChar *modeURI; /* the mode URI */
620 * @modeURI: the mode URI or NULL
629 const xmlChar *modeURI) {
651 if (modeURI != NULL) {
652 if (comp->modeURI == NULL)
655 * both modeURI strings must be interned on the stylesheet dictionary
657 if (comp->modeURI != modeURI)
660 if (comp->modeURI != NULL)
    [all...]
xslt.c 417 if (template->modeURI) xmlFree(template->modeURI);
    [all...]
xsltInternals.h 282 const xmlChar *modeURI;/* the URI part of the mode QName */
753 const xmlChar *modeURI; /* apply-templates */
    [all...]

Completed in 40 milliseconds