Lines Matching refs:getAttributeNode
232 a = el.getAttributeNode("spam")
306 node = child.getAttributeNode("spam")
309 and child.getAttributeNode("spam") is None)
325 and el.getAttributeNode("spam").isId)
495 a1 = e.getAttributeNode("a")
682 attr = doc.documentElement.getAttributeNode("attr")
1061 and elem.getAttributeNode("a") is None
1062 and elem.getAttributeNode("b").isSameNode(attr)
1075 and elem.getAttributeNode("a") is None
1076 and elem.getAttributeNode("b") is None
1077 and elem.getAttributeNode("c").isSameNode(attr)
1091 and elem.getAttributeNode("a") is None
1092 and elem.getAttributeNode("b") is None
1093 and elem.getAttributeNode("c") is None
1096 and elem.getAttributeNode("p:d").isSameNode(attr)
1110 and elem.getAttributeNode("a") is None
1111 and elem.getAttributeNode("b") is None
1112 and elem.getAttributeNode("c") is None
1113 and elem.getAttributeNode("p:d") is None
1116 and elem.getAttributeNode("e").isSameNode(attr)
1279 a = elem.getAttributeNode(name)
1287 a1 = e.getAttributeNode("a1")
1288 a2 = e.getAttributeNode("a2")