Home
last modified time | relevance | path

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

/external/webkit/LayoutTests/dom/html/level1/core/
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;
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;
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;
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;
/external/webkit/LayoutTests/dom/xhtml/level1/core/
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;
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;
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;
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;
/external/libxslt/libxslt/
Dextensions.c2073 xmlNodePtr commentNode; in xsltExtElementTest() local
2106 commentNode = xmlNewComment((const xmlChar *) in xsltExtElementTest()
2108 xmlAddChild(ctxt->insert, commentNode); in xsltExtElementTest()
Dtransform.c4066 xmlNodePtr commentNode; in xsltComment() local
4090 commentNode = xmlNewComment(value); in xsltComment()
4091 commentNode = xsltAddChild(ctxt->insert, commentNode); in xsltComment()