(self, node, attrs, already_processed)
| 353 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 354 | self.buildChildren(child, node, nodeName_) |
| 355 | def buildAttributes(self, node, attrs, already_processed): |
| 356 | pass |
| 357 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 358 | if nodeName_ == 'Incident': |
| 359 | from . import incident |