Push the tag name to the stack of open stags.
(self, tag)
| 199 | # N O D E S T A C K |
| 200 | |
| 201 | def _pushTag(self, tag): |
| 202 | """Push the tag name to the stack of open stags.""" |
| 203 | self._tagStack.append(tag) |
| 204 | |
| 205 | def _closeTag(self, tag): |
| 206 | self.tabOut() |