Home | History | Annotate | Download | only in dom

Lines Matching defs:isId

436             return info.isId(self.nodeName)
452 defproperty(Attr, "isId", doc="True if this attribute is an ID.")
699 if attr.isId:
718 if attr.isId:
1455 def isId(self, aname):
1706 elif info.isId(attr.name):