Searched refs:cdataSection (Results 1 – 3 of 3) sorted by relevance
973 if (style->cdataSection != NULL) in xsltFreeStylesheet()974 xmlHashFree(style->cdataSection, NULL); in xsltFreeStylesheet()1269 if (style->cdataSection == NULL) in xsltParseStylesheetOutput()1270 style->cdataSection = xmlHashCreate(10); in xsltParseStylesheetOutput()1271 if (style->cdataSection == NULL) in xsltParseStylesheetOutput()1328 xmlHashAddEntry2(style->cdataSection, element, URI, in xsltParseStylesheetOutput()
739 (ctxt->style->cdataSection != NULL) && in xsltCopyTextString()743 (xmlHashLookup2(ctxt->style->cdataSection, in xsltCopyTextString()746 (xmlHashLookup2(ctxt->style->cdataSection, in xsltCopyTextString()844 if ((ctxt->style->cdataSection != NULL) && in xsltCopyText()849 (xmlHashLookup2(ctxt->style->cdataSection, in xsltCopyText()852 (xmlHashLookup2(ctxt->style->cdataSection, in xsltCopyText()
1498 xmlHashTablePtr cdataSection;/* the hash table of the cdata-section */ member