Lines Matching refs:nodeValue
12 PASS attr.nodeValue is ''
21 PASS attr.nodeValue is ''
30 PASS attr.nodeValue is ''
39 PASS attr.nodeValue is ''
46 PASS comment.nodeValue is 'foo'
54 PASS cdata.nodeValue is 'foo'
61 PASS fragment.nodeValue is null
67 PASS doc.nodeValue is null
74 PASS doctype.nodeValue is null
81 PASS element.nodeValue is null
88 PASS element.nodeValue is null
95 PASS element.nodeValue is null
102 PASS element.nodeValue is null
109 PASS element.nodeValue is null
116 PASS element.nodeValue is null
123 PASS element.nodeValue is null
130 PASS entityReference.nodeValue is null
137 PASS processingInstruction.nodeValue is 'type="text/xsl" href="missing.xsl"'
145 PASS text.nodeValue is 'foo'