Searched refs:xmlStringComment (Results 1 – 3 of 3) sorted by relevance
281 XMLPUBVAR const xmlChar xmlStringComment[]; variable
116 const xmlChar xmlStringComment[] = { 'c', 'o', 'm', 'm', 'e', 'n', 't', 0 }; variable2690 cur->name = xmlStringComment; in xmlNewComment()4147 else if (node->name == xmlStringComment) in xmlStaticCopyNode()4148 ret->name = xmlStringComment; in xmlStaticCopyNode()9318 else if (cur->name == xmlStringComment) in xmlDOMWrapCloneNode()9319 clone->name = xmlStringComment; in xmlDOMWrapCloneNode()
383 if (node->name == xmlStringComment) in xmlCtxtGenericNodeCheck()