Searched refs:stripSpaces (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dimports.c320 if (style->stripSpaces != NULL)
350 xmlHashLookup2(style->stripSpaces, node->name, node->ns->href);
353 xmlHashLookup2(style->stripSpaces, BAD_CAST "*",
358 xmlHashLookup2(style->stripSpaces, node->name, NULL);
H A Dxslt.c985 if (style->stripSpaces != NULL)
986 xmlHashFree(style->stripSpaces, NULL);
1499 if (style->stripSpaces == NULL)
1500 style->stripSpaces = xmlHashCreate(10);
1501 if (style->stripSpaces == NULL)
1527 xmlHashAddEntry2(style->stripSpaces, element, URI,
1638 if (style->stripSpaces == NULL)
1639 style->stripSpaces = xmlHashCreate(10);
1640 if (style->stripSpaces == NULL)
1666 xmlHashAddEntry2(style->stripSpaces, elemen
[all...]
H A Dtransform.c3546 if (style->stripSpaces == NULL)
3547 style->stripSpaces = xmlHashCreate(10);
3548 if (style->stripSpaces == NULL)
3571 xmlHashAddEntry2(style->stripSpaces, element, URI,
4950 (ctxt->style->stripSpaces != NULL)) {
4955 xmlHashLookup2(ctxt->style->stripSpaces,
4960 xmlHashLookup2(ctxt->style->stripSpaces,
4966 xmlHashLookup2(ctxt->style->stripSpaces,
H A DxsltInternals.h1500 xmlHashTablePtr stripSpaces;/* the hash table of the strip-space and member in struct:_xsltStylesheet

Completed in 186 milliseconds