Returns true iff the identified attribute is a DTD-style ID.
(self, namespaceURI, localName)
| 1537 | return False |
| 1538 | |
| 1539 | def isIdNS(self, namespaceURI, localName): |
| 1540 | """Returns true iff the identified attribute is a DTD-style ID.""" |
| 1541 | return False |
| 1542 | |
| 1543 | def __getstate__(self): |
| 1544 | return self.tagName |
no outgoing calls
no test coverage detected