Lines Matching refs:value
23 "]><doc attr='value'> text\n"
229 self.confirm(a.value == "bar",
230 "NamedNodeMap.__setitem__() sets value")
286 self.confirm(child.attributes["def"].value == "ghi")
290 self.confirm(child.attributes["jkl"].value == "mno")
296 self.confirm(child.attributes["def"].value == "newval")
368 # when changing the value:
371 and el.attributes["spam"].value == "bam"
377 and el.attributes["spam"].value == "ham"
383 and el.attributes["spam"].value == "ham"
386 and el.attributes["spam2"].value == "bam"
391 and el.attributes["spam"].value == "ham"
394 and el.attributes["spam2"].value == "bam2"
664 and a1.value == a2.value
673 dom = parseString("<doc attr='value'><foo/></doc>")
689 and clone.toxml() == '<doc attr="value"/>'
698 and clone.toxml() == '<doc attr="value"><foo/></doc>'
708 "<doc attr='value'/>")
720 "<doc attr='value'/>")
823 doc = parseString("<doc attr='value'/>")
1245 and attr.value == "v"
1259 and attr.value == "v"
1275 and attr.value == "v"
1294 and attr.value == "v"
1488 a3.value = "v"
1524 a3.value = "v"
1560 a3.value = "v"