Searched refs:commentNode (Results 1 – 10 of 10) sorted by relevance
96 var commentNode;109 commentNode = nodeList.item(indexN10043);110 nodeType = commentNode.nodeType;116 attrList = commentNode.attributes;123 commentNode = doc.createComment("This is a comment");124 attrList = commentNode.attributes;
95 var commentNode;108 commentNode = elementList.item(indexN10044);109 nodeType = commentNode.nodeType;115 commentNodeName = commentNode.nodeName;122 commentNode = doc.createComment("This is a comment");123 commentNodeName = commentNode.nodeName;
95 var commentNode;107 commentNode = elementList.item(indexN10040);108 commentName = commentNode.nodeName;114 commentValue = commentNode.nodeValue;121 commentNode = doc.createComment(" This is a comment");122 commentValue = commentNode.nodeValue;
95 var commentNode;107 commentNode = testList.item(indexN10040);108 commentNodeName = commentNode.nodeName;114 nodeType = commentNode.nodeType;121 commentNode = doc.createComment("This is a comment");122 nodeType = commentNode.nodeType;
2073 xmlNodePtr commentNode; in xsltExtElementTest() local2106 commentNode = xmlNewComment((const xmlChar *) in xsltExtElementTest()2108 xmlAddChild(ctxt->insert, commentNode); in xsltExtElementTest()
4066 xmlNodePtr commentNode; in xsltComment() local4090 commentNode = xmlNewComment(value); in xsltComment()4091 commentNode = xsltAddChild(ctxt->insert, commentNode); in xsltComment()