Searched defs:commentNode (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/libxslt/libxslt/
H A Dextensions.c2073 xmlNodePtr commentNode; local
2106 commentNode = xmlNewComment((const xmlChar *)
2108 xmlAddChild(ctxt->insert, commentNode);
H A Dtransform.c4066 xmlNodePtr commentNode; local
4090 commentNode = xmlNewComment(value);
4091 commentNode = xsltAddChild(ctxt->insert, commentNode);

Completed in 108 milliseconds