Lines Matching refs:getAttributeNode
248 a = el.getAttributeNode("spam")
325 node = child.getAttributeNode("spam")
330 and child.getAttributeNode("spam") is None)
333 node2 = child2.getAttributeNode("spam")
357 and el.getAttributeNode("spam").isId)
588 a1 = e.getAttributeNode("a")
807 attr = doc.documentElement.getAttributeNode("attr")
1207 and elem.getAttributeNode("a") is None
1208 and elem.getAttributeNode("b").isSameNode(attr)
1221 and elem.getAttributeNode("a") is None
1222 and elem.getAttributeNode("b") is None
1223 and elem.getAttributeNode("c").isSameNode(attr)
1237 and elem.getAttributeNode("a") is None
1238 and elem.getAttributeNode("b") is None
1239 and elem.getAttributeNode("c") is None
1242 and elem.getAttributeNode("p:d").isSameNode(attr)
1256 and elem.getAttributeNode("a") is None
1257 and elem.getAttributeNode("b") is None
1258 and elem.getAttributeNode("c") is None
1259 and elem.getAttributeNode("p:d") is None
1262 and elem.getAttributeNode("e").isSameNode(attr)
1425 a = elem.getAttributeNode(name)
1433 a1 = e.getAttributeNode("a1")
1434 a2 = e.getAttributeNode("a2")