Home | History | Annotate | Download | only in test

Lines Matching refs:attrmap

1112         attrmap = elem.attributes
1125 and attrmap["b"].isSameNode(attr)
1142 and attrmap["c"].isSameNode(attr)
1143 and attrmap[("http://xml.python.org/ns", "c")].isSameNode(attr))
1161 and attrmap["p:d"].isSameNode(attr)
1162 and attrmap[("http://xml.python.org/ns2", "d")].isSameNode(attr))
1179 and attrmap["e"].isSameNode(attr))