Home | History | Annotate | Download | only in dom

Lines Matching defs:isId

433             return info.isId(self.nodeName)
449 defproperty(Attr, "isId", doc="True if this attribute is an ID.")
696 if attr.isId:
715 if attr.isId:
1452 def isId(self, aname):
1703 elif info.isId(attr.name):