HomeSort by relevance Sort by last modified time
    Searched refs:nsAliases (Results 1 - 4 of 4) sorted by null

  /external/libxslt/libxslt/
namespaces.c 78 ret->next = cctxt->nsAliases;
79 cctxt->nsAliases = ret;
255 * put into the nsAliases table
295 if (style->nsAliases == NULL)
296 style->nsAliases = xmlHashCreate(10);
297 if (style->nsAliases == NULL) {
302 xmlHashAddEntry((xmlHashTablePtr) style->nsAliases,
659 if (style->nsAliases != NULL)
661 xmlHashLookup(style->nsAliases, ns->href);
791 URI = (const xmlChar *) xmlHashLookup(ctxt->style->nsAliases,
    [all...]
xsltInternals.h     [all...]
xslt.c 556 if (cctxt->nsAliases != NULL)
557 xsltFreeNsAliasList(cctxt->nsAliases);
    [all...]
transform.c     [all...]

Completed in 39 milliseconds