Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DparserInternals.h281 XMLPUBVAR const xmlChar xmlStringComment[]; variable
/external/libxml2/
Dtree.c116 const xmlChar xmlStringComment[] = { 'c', 'o', 'm', 'm', 'e', 'n', 't', 0 }; variable
2690 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()
DdebugXML.c383 if (node->name == xmlStringComment) in xmlCtxtGenericNodeCheck()