Searched refs:xmlStringText (Results 1 – 8 of 8) sorted by relevance
312 XMLPUBVAR const xmlChar xmlStringText[]; variable
856 if (((cur->name == (const xmlChar *)xmlStringText) || in htmlNodeDumpFormatOutput()
117 const xmlChar xmlStringText[] = { 't', 'e', 'x', 't', 0 }; variable2480 cur->name = xmlStringText; in xmlNewText()2713 cur->name = xmlStringText; in xmlNewTextLen()4307 if (node->name == xmlStringText) in xmlStaticCopyNode()4308 ret->name = xmlStringText; in xmlStaticCopyNode()9641 if (cur->name == xmlStringText) in xmlDOMWrapCloneNode()9642 clone->name = xmlStringText; in xmlDOMWrapCloneNode()
1893 ret->name = xmlStringText; in xmlSAX2TextNode()2574 (lastChild->name == xmlStringText)); in xmlSAX2Text()
1625 if ((cur->name == xmlStringText) || in xhtmlNodeDumpOutput()
366 if ((node->name == xmlStringText) || in xmlCtxtGenericNodeCheck()
3414 textNode->name = xmlStringText; in xsltParsePreprocessStylesheetTree()
913 (target->last->name == xmlStringText)) { in xsltCopyTextString()