Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dimports.c320 if (style->stripSpaces != NULL) in xsltNeedElemSpaceHandling()
350 xmlHashLookup2(style->stripSpaces, node->name, node->ns->href); in xsltFindElemSpaceHandling()
353 xmlHashLookup2(style->stripSpaces, BAD_CAST "*", in xsltFindElemSpaceHandling()
358 xmlHashLookup2(style->stripSpaces, node->name, NULL); in xsltFindElemSpaceHandling()
Dxslt.c975 if (style->stripSpaces != NULL) in xsltFreeStylesheet()
976 xmlHashFree(style->stripSpaces, NULL); in xsltFreeStylesheet()
1489 if (style->stripSpaces == NULL) in xsltParseStylesheetPreserveSpace()
1490 style->stripSpaces = xmlHashCreate(10); in xsltParseStylesheetPreserveSpace()
1491 if (style->stripSpaces == NULL) in xsltParseStylesheetPreserveSpace()
1517 xmlHashAddEntry2(style->stripSpaces, element, URI, in xsltParseStylesheetPreserveSpace()
1628 if (style->stripSpaces == NULL) in xsltParseStylesheetStripSpace()
1629 style->stripSpaces = xmlHashCreate(10); in xsltParseStylesheetStripSpace()
1630 if (style->stripSpaces == NULL) in xsltParseStylesheetStripSpace()
1656 xmlHashAddEntry2(style->stripSpaces, element, URI, in xsltParseStylesheetStripSpace()
Dtransform.c3481 if (style->stripSpaces == NULL) in xsltDocumentElem()
3482 style->stripSpaces = xmlHashCreate(10); in xsltDocumentElem()
3483 if (style->stripSpaces == NULL) in xsltDocumentElem()
3506 xmlHashAddEntry2(style->stripSpaces, element, URI, in xsltDocumentElem()
4842 (ctxt->style->stripSpaces != NULL)) { in xsltApplyTemplates()
4847 xmlHashLookup2(ctxt->style->stripSpaces, in xsltApplyTemplates()
4852 xmlHashLookup2(ctxt->style->stripSpaces, in xsltApplyTemplates()
4858 xmlHashLookup2(ctxt->style->stripSpaces, in xsltApplyTemplates()
DxsltInternals.h1495 xmlHashTablePtr stripSpaces;/* the hash table of the strip-space and member