Returns true iff the named attribute is a DTD-style ID.
(self, aname)
| 1533 | return False |
| 1534 | |
| 1535 | def isId(self, aname): |
| 1536 | """Returns true iff the named attribute is a DTD-style ID.""" |
| 1537 | return False |
| 1538 | |
| 1539 | def isIdNS(self, namespaceURI, localName): |
| 1540 | """Returns true iff the identified attribute is a DTD-style ID.""" |
no outgoing calls
no test coverage detected