Searched refs:commentNode (Results 1 - 10 of 10) sorted by relevance

/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_nodecommentnodeattributes.js96 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;
H A Dhc_nodecommentnodename.js95 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;
H A Dhc_nodecommentnodetype.js95 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;
H A Dhc_nodecommentnodevalue.js95 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;
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_nodecommentnodeattributes.js96 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;
H A Dhc_nodecommentnodename.js95 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;
H A Dhc_nodecommentnodetype.js95 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;
H A Dhc_nodecommentnodevalue.js95 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;
/external/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 140 milliseconds