Home | History | Annotate | Download | only in dom

Lines Matching defs:isId

435             return info.isId(self.nodeName)

451 defproperty(Attr, "isId", doc="True if this attribute is an ID.")
698 if attr.isId:
717 if attr.isId:
1448 def isId(self, aname):
1699 elif info.isId(attr.name):