Home
last modified time | relevance | path

Searched refs:cdataSection (Results 1 – 3 of 3) sorted by relevance

/external/libxslt/libxslt/
Dxslt.c973 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()
Dtransform.c739 (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()
DxsltInternals.h1498 xmlHashTablePtr cdataSection;/* the hash table of the cdata-section */ member