Lines Matching refs:elt
32 for elt in html.findall(".//*[@class='expected'][@ft:id]", namespaces):
34 name = elt.get(ns('ft:id'))
35 text = elt.get(ns('ft:render'))
36 font = elt.get(ns('ft:font'))
37 variations = elt.get(ns('ft:var'), '').replace(':', '=').replace(';', ',')
39 for use in elt.findall(".//use"):
51 for elt in html.findall(".//*[@class='should-not-crash'][@ft:id]", namespaces):
53 name = elt.get(ns('ft:id'))
54 text = elt.get(ns('ft:render'))
55 font = elt.get(ns('ft:font'))
56 variations = elt.get(ns('ft:var'), '').replace(':', '=').replace(';', ',')