Searched refs:xmlStringComment (Results 1 – 3 of 3) sorted by relevance
281 XMLPUBVAR const xmlChar xmlStringComment[]; variable
115 const xmlChar xmlStringComment[] = { 'c', 'o', 'm', 'm', 'e', 'n', 't', 0 }; variable2679 cur->name = xmlStringComment; in xmlNewComment()4126 else if (node->name == xmlStringComment) in xmlStaticCopyNode()4127 ret->name = xmlStringComment; in xmlStaticCopyNode()9288 else if (cur->name == xmlStringComment) in xmlDOMWrapCloneNode()9289 clone->name = xmlStringComment; in xmlDOMWrapCloneNode()
381 if (node->name == xmlStringComment) in xmlCtxtGenericNodeCheck()