Searched refs:xmlStringText (Results 1 – 17 of 17) sorted by relevance
279 XMLPUBVAR const xmlChar xmlStringText[]; variable
801 if (((cur->name == (const xmlChar *)xmlStringText) || in htmlNodeDumpFormatOutput()
111 const xmlChar xmlStringText[] = { 't', 'e', 'x', 't', 0 }; variable2408 cur->name = xmlStringText; in xmlNewText()2639 cur->name = xmlStringText; in xmlNewTextLen()4143 if (node->name == xmlStringText) in xmlStaticCopyNode()4144 ret->name = xmlStringText; in xmlStaticCopyNode()9309 if (cur->name == xmlStringText) in xmlDOMWrapCloneNode()9310 clone->name = xmlStringText; in xmlDOMWrapCloneNode()
1858 ret->name = xmlStringText; in xmlSAX2TextNode()2519 (lastChild->name == xmlStringText); in xmlSAX2Characters()
1396 if ((cur->name == xmlStringText) || in xhtmlNodeDumpOutput()
369 if ((node->name == xmlStringText) || in xmlCtxtGenericNodeCheck()
803 if (((cur->name == (const xmlChar *)xmlStringText) || in htmlNodeDumpFormatOutput()
111 const xmlChar xmlStringText[] = { 't', 'e', 'x', 't', 0 }; variable2397 cur->name = xmlStringText; in xmlNewText()2628 cur->name = xmlStringText; in xmlNewTextLen()4130 if (node->name == xmlStringText) in xmlStaticCopyNode()4131 ret->name = xmlStringText; in xmlStaticCopyNode()9296 if (cur->name == xmlStringText) in xmlDOMWrapCloneNode()9297 clone->name = xmlStringText; in xmlDOMWrapCloneNode()
1858 ret->name = xmlStringText; in xmlSAX2TextNode()2469 (lastChild->name == xmlStringText); in xmlSAX2Characters()
1322 if ((cur->name == xmlStringText) || in xhtmlNodeDumpOutput()
368 if ((node->name == xmlStringText) || in xmlCtxtGenericNodeCheck()
161 xmlStringText DATA
777 (target->last->name == xmlStringText)) { in xsltCopyTextString()
3362 textNode->name = xmlStringText; in xsltParsePreprocessStylesheetTree()